Commented Unassigned: DoubleUpDown (probably any UpDown) - problem with...
I can't find a way of getting IsFocused to trigger for a DoubleUpDown control. (In fact it looks like this problem applies to all the xxxUpDown controls).e.g., the following code does not trigger a...
View ArticleNew Post: SplitButton with dropdown menu
Hi, 1) Try adding a click event to your menuItems and tell the splitButton to close : <xctk:SplitButton x:Name="_splitButton" Content="Click Me" <xctk:SplitButton.DropDownContent> <Menu>...
View ArticleCommented Unassigned: DoubleUpDown (probably any UpDown) - problem with...
I can't find a way of getting IsFocused to trigger for a DoubleUpDown control. (In fact it looks like this problem applies to all the xxxUpDown controls).e.g., the following code does not trigger a...
View ArticleCommented Unassigned: CheckComboBox mvvm problem [20774]
hithis is my samplewhen checked multiple item in CheckComboBox but only one checked item CheckComboBox save to databasehow to save All checked items CheckComboBox to database?thanksComments: ** Comment...
View ArticleCommented Unassigned: CheckComboBox mvvm problem [20774]
hithis is my samplewhen checked multiple item in CheckComboBox but only one checked item CheckComboBox save to databasehow to save All checked items CheckComboBox to database?thanksComments: ** Comment...
View ArticleNew Post: Center of ChildWindow With Margins set
Thanx, I was hoping not to modify your code... but if there is no other way :) Cheerz Hein
View ArticleCommented Unassigned: CheckComboBox mvvm problem [20774]
hithis is my samplewhen checked multiple item in CheckComboBox but only one checked item CheckComboBox save to databasehow to save All checked items CheckComboBox to database?thanksComments: ** Comment...
View ArticleCommented Unassigned: CheckComboBox mvvm problem [20774]
hithis is my samplewhen checked multiple item in CheckComboBox but only one checked item CheckComboBox save to databasehow to save All checked items CheckComboBox to database?thanksComments: ** Comment...
View ArticleNew Post: Sorting Font Family list in the PropertyGrid
I am using the PropertyGrid in my application. I am not getting any way about how to sort the font family alphabetically. Does anyone has any idea about how to do it? Thanks in advance
View ArticleCommented Unassigned: CheckComboBox mvvm problem [20774]
hithis is my samplewhen checked multiple item in CheckComboBox but only one checked item CheckComboBox save to databasehow to save All checked items CheckComboBox to database?thanksComments: ** Comment...
View ArticleNew Post: Sorting Font Family list in the PropertyGrid
Hi, One way is to use the ItemsSource attribute to create your own content for the ComboBox. When using System.Linq :public class MyUserObject { [ItemsSource( typeof( MyFontItemsSource ) )] public...
View ArticleCommented Unassigned: CheckComboBox mvvm problem [20774]
hithis is my samplewhen checked multiple item in CheckComboBox but only one checked item CheckComboBox save to databasehow to save All checked items CheckComboBox to database?thanksComments: ** Comment...
View ArticleCommented Unassigned: CheckComboBox mvvm problem [20774]
hithis is my samplewhen checked multiple item in CheckComboBox but only one checked item CheckComboBox save to databasehow to save All checked items CheckComboBox to database?thanksComments: ** Comment...
View ArticleNew Post: Avalondock 2.1 - Designer issue
Hi, after upgrading from 2.0 to 2.1, the designer displays an empty plane instead of the real layout. Please use following XAML to reproduce the issue:<Window x:Class="DemoWindow"...
View ArticleNew Post: TimePicker Selected Text
Is there any way to autoselect text when you tab to the time picker control? Usually for a textbox you would do this textbox.SelectionStart = 0; textbox.SelectionLength = textbox.Text.Length; But the...
View ArticleCommented Unassigned: Not able to select all row of Datagrid [20736]
Can't able to select all row by Ctrl+A ,there are some rows which are missing from selection when i press Ctrl+A in datagrid.Any suggestionComments: ** Comment from web user: ashu_avni ** I used your...
View ArticleNew Post: Dynamic attribute to change DescriptionAttribute in PropertyGrid of...
I am using attributes to define the Description, Category and Display name of properties that populate a PropertyGrid (within a CollectionEditor). Is there any way to modify these attributes at run...
View ArticleCreated Feature: TimePicker Selected Text [20802]
Based on discussion https://wpftoolkit.codeplex.com/discussions/538232.User wants to be able to tab in TimePicker and have all the text selected, The watermarkTextBox in TimePicker already has a...
View ArticleNew Post: TimePicker Selected Text
Issue https://wpftoolkit.codeplex.com/workitem/20802 has been created.
View ArticleCommented Unassigned: Not able to select all row of Datagrid [20736]
Can't able to select all row by Ctrl+A ,there are some rows which are missing from selection when i press Ctrl+A in datagrid.Any suggestionComments: ** Comment from web user: BoucherS ** Yes, try in...
View Article