New Post: CheckComboBox selectedItems
I just want one, simple thing: Get list of items, that are checked. This component is designed so crappy, that it is impossible! I tried everything, but when I bind SelectedItemsOverride to...
View ArticleNew Post: DataGridControl - ColumnChoser
hi, The ColumnChooser feature is only part of the Full DataGridControl available here : https://xceed.com/xceed-datagrid-for-wpf/ thanks.―――― Get more controls, features, updates and technical support...
View ArticleNew Post: XmlLayoutSerializer - FileNotFountException
It works but now I get a new exception during deserialize. Exception thrown: 'System.NullReferenceException' in Xceed.Wpf.AvalonDock.dll Exception thrown: 'System.Reflection.TargetInvocationException'...
View ArticleNew Post: Avalon Dock Document Headers steal focus, which causes drag out
Hello together. I'm using the Avalon Dock in my project. The documents can contain different GUIs. I have a base-class and a list of this base-class is data-bound to the DocumentsSource. Then I have...
View ArticleNew Post: Using range slider to show start and stop times
Hi, I need a range control to allow setting start and end times with a granularity of 5 mins, e.g. Thumb 1 could be 06:35 and Thumb 2 could be 15:45. Can this be accomplished with range slider ?...
View ArticleNew Post: Using range slider to show start and stop times
Hi, Yes you can do this with the RangeSlider. Define a RangeSlider going from 0 to 1440 (number of minutes in a day). Set a Step of 5 (Clicking on the track will increase or decrease the thumbs by 5...
View ArticleNew Post: XmlLayoutSerializer - FileNotFountException
Hi, The following doesn't crash with Toolkit v3.0 :<Window x:Class="WpfApplication132.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"...
View ArticleNew Post: CheckComboBox selectedItems
Hi, Maybe you are just not using the control the right way. Have you tried the sample posted on Apr 6 at 10:11 AM ? In this sample, an ObservableCollection is bound to the...
View ArticleNew Post: PropertyGrid: Assign a custom Editor to a nested property of an...
Is it possible to assign a custom Editor to a nested property of an ExpandableObject? The only way we have found to do this is to apply the Editor attribute to the nested properties in the type...
View ArticleNew Post: Property Grid : Additional information: Parameter count mismatch.
Hi , I have ViewModel class object , which nested type from lot of other models class. when i am binding View object to property grid data context . everythings work okay , but when i add collection...
View ArticleNew Post: CheckComboBox - How Show TextBox Values Different Format from...
In CheckComboBox, how can I show selected values in the TextBox in a different format (i.e. a summarized / abbreviated version) than the format used for the all-possible values in the drop-down list?
View ArticleNew Post: AvalonDock: How to resize floating window progammatically?
I'm trying to recreate behavior similar to how Visual Studio's "Find All" window works, in that when it's floating, resizing expander boxes makes the window larger and smaller without having to...
View ArticleNew Post: AvalonDock: How to assign a parent to a Hidden item that doesn't...
I have a scenario where in my default layout for my dock, I have a few LayoutAnchorable items in LayoutRoot.Hidden. These don't have any parent because I don't want them to be visible until the user...
View ArticleNew Post: AvalonDock: How to assign a parent to a Hidden item that doesn't...
This didn't seem to work yesterday but I was able to get this to work today by doing something like this:LayoutAnchorGroup lpg = this.DockingManager.Layout.BottomSide.Children.First();...
View ArticleNew Post: RichTextBox with RtfFormatter throws System.FormatException on...
Hey, i recently started using the Extended WPF Toolkit and noticed when i use the RichTextBox with the RtfFormatter, mscorlib.dll throws a "System.FormatException" on every keystroke. When using the...
View ArticleNew Post: Community Edition unlisted in Nuget?
Is the Community edition still in Nuget? I can only see the commercial version.
View ArticleNew Post: Community Version update?
Will the community Version still be updated? Where will you host it when codeplex closes?
View Article