New Post: checkboxcombo checked box late rendering
Hi, What do you mean by " But the last item selected does not have a checked checkbox unless another item is subsequently selected" ? What version are you using. Can you reproduce this bug in the...
View ArticleNew Post: RichTextBox Table Editor
Hi. I was thinking in the lines of MS Word. Being able to edit a table by using adorners for dragging column-widths, row-heights etc. Rightclick for merging and splitting cells. The standard RTB has no...
View ArticleNew Post: SingleUpDown Validation
Is there any way to override the validation on the SingleUpDown control? I would like a null entry to be valid and not highlight the box as red. When the control first starts with a null value it is...
View ArticleNew Post: Replacement for observable collection that pages, works async AND...
Might be usefull for someone (and it's free)http://www.codeproject.com/Articles/874363/Virtualizing-Data-with-XAML
View ArticleNew Post: AvalongDock - LayoutDocumentPane - IsVisible binding
I'm trying to dynamically hide/show an entire document based on binding its visibility to a property in my ViewModel. The goal here is basically to show a sample when in a certain mode but not...
View ArticleNew Post: 2.4 on nuget
Anyone know when the 2.4 updated is expected to be available via nuget?
View ArticleNew Post: select all item in checkcombobox
Based on comment :"How to select all item in checkcombobox by clicking select all item which is in checkcombobox.... any idea about that"
View ArticleNew Post: select all item in checkcombobox
Hi, Try this :<xctk:CheckComboBox x:Name="_checkComboBox" ItemsSource="{Binding MyData}" ItemSelectionChanged="_checkComboBox_ItemSelectionChanged_1" Width="250" Height="25"/> public partial...
View ArticleNew Post: SingleUpDown Validation
Hi, SingleUpDown includes a property "AllowInputSpecialValues" which is an enum with the following options : None = 0, NaN = 1, PositiveInfinity = 2, NegativeInfinity = 4, AnyInfinity =...
View ArticleNew Post: AvalongDock - LayoutDocumentPane - IsVisible binding
Hi, The Visibility of the LayoutDocumentPane is evaluated in its method "GetVisibility()". This methods will always return true except if the parent is a LayoutDocumentPaneGroup with no children. You...
View ArticleNew Post: AvalongDock - LayoutDocumentPane - IsVisible binding
You misunderstand. As I said I'm trying to SET it, not get it. I want to SET the visibility based on a binding. In the example I've provided if the property 'currentmode' has a value of "CHOMAKEY" then...
View ArticleNew Post: AvalongDock - LayoutDocumentPane - IsVisible binding
The Visibility of the LayoutDocumentPane is evaluated in its method "GetVisibility()". This means you can use this method to return True or False weather you want to show or hide the...
View ArticleNew Post: AvalongDock - LayoutDocumentPane - IsVisible binding
Maybe I'm not seeing it in your code but... The goal is to be able to set a property in the ViewModel to false, and that would cause the DocumentPane to no longer be visible. In otherwords setting a...
View ArticleNew Post: AvalongDock - LayoutDocumentPane - IsVisible binding
Hi, I understand that LayoutDocumentPane.IsVisible is ReadOnly and you want to bind a property on it to set it to true or false, depending on the current mode. Please try this complete sample and tell...
View ArticleNew Post: AvalongDock - LayoutDocumentPane - IsVisible binding
That does work. Thank you. Then of course I had to tear in to it to find out how it was working. Eventually I realized its all about the override of the GetVisibility() method. Everything else is...
View ArticleNew Post: AvalongDock - LayoutAnchorable - AutoHide issue
LayoutAnchorable has a Autohide button in the upper right corner.When I click the button,the title hang on one side of the window.When the mouse cover the title, it will show the LayoutAnchorable's...
View ArticleNew Post: IsAsync for columns
Hi, let's say that i have a datagrid bound to Orders Collection that contain a column bound to the Customer navigation property is there a way to get customer column data in async using the IsAsync...
View ArticleNew Post: Compatibility with Elysium
Does this "work" with Elysium? In other words, do the controls provided in Extended WPF Toolkit take on the Elysium theme when on an Elysium Window (with correct theming stuff applied to that window)?
View ArticleNew Post: Compatibility with Elysium
Hi, The controls provided in the Toolkit have the available following themes : -Windows 8 -Default Windows (always the same theme, nothing specific to Elysium) In the Toolkit Plus, there is also :...
View Article