New Post: CheckComboBox
Hi, Based on your sample, it worked for me. I can see the name of the routes in the CheckComboBox. Here's my sample :<Window x:Class="WpfApplication82.MainWindow"...
View ArticleCommented Unassigned: CollectionControl does not handle arrays properly [21182]
Item 20216 raised some issues with handling fixed size collection (e.g. arrays). Some changes were made to resolve issues.Unfortunately there are still issues. Take the following class as the selected...
View ArticleNew Post: CheckComboBox
Yes. The provided example works perfectly. However, based on some condition, I still can't figure out what's exactly works wrong. But during expanding ComboBox it raises ToString() method for each...
View ArticleCommented Unassigned: PropertyGrid: issues when SelectedObject implements...
I'm using the PropertyGrid with various objects that implement INotifyDataErrorInfo. I was pleasantly surprised to find that the PropertyGrid hooks into this interface and displays a red border around...
View ArticleNew Post: Has WPFToolkit in .net 4.0 platform?
Hi, Yes, there is a .net 4.0 and a .net 3.5 version. Here you will find the 2 binaries versions : https://wpftoolkit.codeplex.com/releases/view/123531 4.0 : Extended WPF Toolkit Binaries 3.5 : Extended...
View ArticleNew Post: DropdownButton EATS two tab clicks
Hi, Using the latest version of the toolkit with 2 textBoxes and a dropDownButton in my sample, I can tab from control to control with only 1 tab click. Can you provide a sample if you still have the...
View ArticleNew Post: Keyboard Navigation in CheckComboBox?
Hi, To open the dropdown of the CheckComboBox, you can use F4 key or Alt+Up or Alt+Down when it has focus.
View ArticleNew Post: Where is TimeSpanUpDown?
Hi, TimeSpanUpDown is available in v2.2. You can fin it in the LiveExplorer App (https://wpftoolkit.codeplex.com/) under InputField/TimeSpan. In code, you can find it in Xceed/Wpf/Toolkit/TimeSpanUpDown.
View ArticleClosed Unassigned: PropertyGrid: issues when SelectedObject implements...
I'm using the PropertyGrid with various objects that implement INotifyDataErrorInfo. I was pleasantly surprised to find that the PropertyGrid hooks into this interface and displays a red border around...
View ArticleNew Post: ComboBox in CollectionControl
This works. However I have a follow up question. How do I get the selected item of the combobox (in the CollectionControl)? For example in my case the objects listed in the comboBox are Fabrics I...
View ArticleCommented Unassigned: CollectionControl does not handle arrays properly [21182]
Item 20216 raised some issues with handling fixed size collection (e.g. arrays). Some changes were made to resolve issues.Unfortunately there are still issues. Take the following class as the selected...
View ArticleCreated Unassigned: Scrollbar and buttons not working inside ChildWindow /...
We have a control that has a WindowContainer. Inside this window container, we dynamically add a ChildWindow within it.``` private void Window_Loaded(object sender, RoutedEventArgs e){ ChildWindow...
View ArticleCommented Issue: IntegerUpDown 'Text' is empty when 'Value' equals to the...
Initializing IntegerUpDown control with Value == DefaultValue results in empty Text field.This is probably due to the addition of:```bool shouldKeepEmpty = !forceTextUpdate &&...
View ArticleCommented Unassigned: Scrollbar and buttons not working inside ChildWindow /...
We have a control that has a WindowContainer. Inside this window container, we dynamically add a ChildWindow within it.``` private void Window_Loaded(object sender, RoutedEventArgs e){ ChildWindow...
View ArticleEdited Issue: Scrollbar and buttons not working inside ChildWindow /...
We have a control that has a WindowContainer. Inside this window container, we dynamically add a ChildWindow within it.``` private void Window_Loaded(object sender, RoutedEventArgs e){ ChildWindow...
View ArticleNew Post: Where is TimeSpanUpDown?
Hmm, found it, thanks. Not sure why it wasn't showing up before.
View ArticleNew Post: ComboBox in CollectionControl
Hi, You could try something like :<pg:EditorTemplateDefinition TargetProperties="ListOfFabrics"> <pg:EditorTemplateDefinition.EditingTemplate> <DataTemplate> <ComboBox...
View ArticleCommented Issue: DateTimePicker persists selected view of calendar part [21179]
For some reason acting on date in the way other than picking it from calendar doesn't change calendars view i.e. you open calendar and select current date (e.g. 25 Jul 2014). Then you change date...
View ArticleCommented Issue: DateTimePicker persists selected view of calendar part [21179]
For some reason acting on date in the way other than picking it from calendar doesn't change calendars view i.e. you open calendar and select current date (e.g. 25 Jul 2014). Then you change date...
View Article