New Post: Limit PropertyGrid Control Standard Properties and Use Toolkit...
Hi, First, "EditorDefinition" is obsolete, you should use "EditorTemplateDefinition". You can bind the PropertyGridEditorColorPicker.SelectedColor to the Value of the EditorTemplateDefinition without...
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 Comment on "BusyIndicator"
When I set IsBusy to true and then back to false and I have TabPanel with TabItems on screen then some of my TabItem controls remain disabled (3 of 7). I can see no clue why this happens.
View ArticleNew Post: Controls not all (always) enabled after Busy Indicator
I have the same problem with this control. Some TabItems in my TabPanel remain disabled after setting IsBusy=false. It applies only to the controls that are presently visible.
View ArticleCreated Unassigned: BusyIndicator some controls remain disabled after IsBusy...
Based on:https://wpftoolkit.codeplex.com/discussions/303717TabItem controls in TabControl that are not selected get disabled after setting IsBusy = true. Then after setting IsBusy to false only some...
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 Comment on "BusyIndicator"
Hi, Can you submit a sample or code snippet in the discussion tab ? When Using TabControl/TabItems/TabPanel, it all looks good for me.
View ArticleNew Post: Controls not all (always) enabled after Busy Indicator
Hi, In v2.1 of the Toolkit, there is a property named BusyIndicator.FocusAferBusy. Before setting BusyIndicator.IsBusy to true, you could try to set the control you want to have the focus when...
View ArticleCommented Unassigned: BusyIndicator some controls remain disabled after...
Based on:https://wpftoolkit.codeplex.com/discussions/303717TabItem controls in TabControl that are not selected get disabled after setting IsBusy = true. Then after setting IsBusy to false only some...
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 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: Controls not all (always) enabled after Busy Indicator
Thanks, I have 2.1 and this is not problem of focus I think, multiple (but not all) controls simply get disabled and not re-enabled. When I use WPF Inspector I can see IsEnabled = false. I will try to...
View ArticleNew Post: Center of ChildWindow With Margins set
'ello The ChildWindow does not seem to respect margins when calculating the centering. I would like to place the control, so that the modal background does not obscure my ribbon, but still be in the...
View ArticleCreated Unassigned: Display value as hex [20783]
Since 1.9 the numbericUpDown-elements got an property for hex-Input. After entering the number as hex and changing focus the value is displayed as decimal. is there a way to to display AND enter it as...
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 ArticleCreated 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
I am writing an application and I want to have a dropdown menu connected to a SplitButton I have the menu added to the DropDownContent of the SplitButton witth appropriate Command Bindings. I do have 2...
View ArticleNew Post: Center of ChildWindow With Margins set
Hi, What I would do is place the windowContainer underneath the ribbon. Something like :<Grid><StackPanel><Ribbon /> <Grid> <Grid> <Data/> </Grid>...
View Article