Created Unassigned: Vb 2013 Compatible ? [20971]
Buen dia. Instale WPF Toolkit Extended ver 2.1 en VB. Net 2013 y Win 8. Me aparece el siguiente error "Ver Imagen"Es compatible con esta version de vb?Gracias...
View ArticleNew Post: vb 2013 Compatibility
Hello. This Toolkit work fine with vb 2013? Regards....
View ArticleNew Post: CheckListBox: Disable Horizontal Scrollbar
Hi there, I'm trying to disable the horizontal Scrollbar in the CheckListBox, but I can't find any property to do that. Is it possible or am I missing something? Thanks a lot.-
View ArticleNew Post: vb 2013 Compatibility
Hi, When referencing the Extended WPF Toolkit dll in a VB project (under windows 8.1), everything is working in VS2012. I'll have to try it in VS2013.
View ArticleCommented Unassigned: Vb 2013 Compatible ? [20971]
Buen dia. Instale WPF Toolkit Extended ver 2.1 en VB. Net 2013 y Win 8. Me aparece el siguiente error "Ver Imagen"Es compatible con esta version de vb?Gracias...Comments: ** Comment from web user:...
View ArticleNew Post: CheckListBox: Disable Horizontal Scrollbar
Hi, The ScrollViewer is part of the template of the ListBox. It should be displayed only when needed. If you want to remove it or modify it, you'll have to modify this template. Here is where the style...
View ArticleUpdated Wiki: Home
February 20, 2014 update: v2.1.0 of the Community Edition released with another 70 bug fixes and improvements. Subscribers of the Plus Edition have just received v2.2.0 with 4 new controls and 20...
View ArticleUpdated Wiki: Home
February 20, 2014 update: v2.1.0 of the Community Edition released with another 70 bug fixes and improvements. Subscribers of the Plus Edition have just received v2.2.0 with 4 new controls and 20...
View ArticleUpdated Wiki: Home
February 20, 2014 update: v2.1.0 of the Community Edition released with another 70 bug fixes and improvements. Subscribers of the Plus Edition have just received v2.2.0 with 4 new controls and 20...
View ArticleNew Post: CheckListBox: Disable Horizontal Scrollbar
Thank you BoucherS, your instructions were really helpful.
View ArticleCommented Feature: PropertyGrid ExpandableObject: Category not used in...
Based on codePlex disscussion https://wpftoolkit.codeplex.com/discussions/532408.When a Property is expanded, its Categories are not shown.Comments: ** Comment from web user: yourbuddypal ** I also...
View ArticleNew Post: Property Grid: Displaying enums in combobox
Thank you Boucher! I had two issues with the provided code: 1.) For some reason, when we specify the combobox explicitly (inside the EditorTemplateDefinition) it wasn't pickup up our default style. I'm...
View ArticleNew Post: Property Grid: Displaying enums in combobox
Hi Glenn, 1) I tried to use the style defined explicitly as you did and it worked. Here's my code, just setting the IsEditable property in the style :<Style x:Key="PropertyGridComboStyle"...
View ArticleNew Post: PropertyGrid Collection Editor not firing PropertyValueChanged event?
I have two different types of collections in the PropertyGrid. I have a List<string> and a List<CustomType>. When editing either, the PropertyValueChanged event is not being fired. How can...
View ArticleNew Post: Dynamically change theme of PropertyGrid
I can set theme in my xaml for Avalon dock. Is it possible to do the same for the PropertyGrid?<avalonDock:DockingManager><avalonDock:DockingManager.Theme> <darkMetro:MetroTheme/>...
View ArticleNew Post: Change PropertyGrid Theme
Application loads different theme depending on operation system. Application loads Generic theme on windows 7, but loads aero2 on windows 8. I want a single theme independent of operating system. I...
View ArticleNew Post: Dynamically change theme of PropertyGrid
Hi, If you want to use 1 of the predefined themes(Office2007 Blue, Office2007 Black, Office2007 Silver, Metro Dark, Metro Light) for any controls of the toolkit, you need to load the corresponding...
View ArticleNew Post: Change PropertyGrid Theme
Hi, please see discussion https://wpftoolkit.codeplex.com/discussions/528152
View ArticleUpdated Wiki: Home
February 20, 2014 update: v2.1.0 of the Community Edition released with another 70 bug fixes and improvements. Subscribers of the Plus Edition have just received v2.2.0 with 4 new controls and 20...
View Article