New Post: ComboBox in CollectionControl
Hi yt2014, You can try setting a DataTemplate for specific properties with the PropertyGrid.EditorDefinitions. In the PropertyGrid Default Editors example available in the LiveExplorer sample, define a...
View ArticleNew Post: On Mouseclick application crashes
Hi, Can you provide a sample of the problem to be able to reproduce the issue ? Thanks
View ArticleNew Post: PropertyGrid - Is it possible to display more columns/objects?
Hi urza, The PropertyGrid will only display propertyItems of its selectedObject. This means property will be displayed in 2 columns : name and value. There will never be a third column. In the Plus...
View ArticleNew Post: How to change the default time of date time picker from 12:00AM to...
Hi, You can set the default Date value. Something like :<xctk:DateTimePicker DefaultValue="2014/08/05 06:00"/>
View ArticleNew Post: AvalonDock - user-controlled ability to display document pane or not.
Hi, Currently, the visibility of the LayoutDocumentPane is based on its Children : if it has children, it's Visible....if it doesn't have chlidren, it's not visible. Can you remove the...
View ArticleNew Post: ComboBox in CollectionControl
I understand this is possible to use EditorDefinitions with PropertyGrids but is it possible to do this with CollectionEditor too? Would I need to modify the original definition of the CollectionEditor...
View ArticleNew Post: Multiline TextEditor keyboard focus on dropdown
Hi, Issue https://wpftoolkit.codeplex.com/workitem/21205 has been created.
View ArticleNew Post: StackOverflowException in AvalonDock while closing a...
There is a bug in the latest release of Extended WPF Toolkit v2.2.1 where if you dock a LayoutAnchorable over a DocumentPane, a StackOverflowException will be generated. Step to reproduce: 1- download...
View ArticleNew Post: ComboBox in CollectionControl
Hi, Only the propertyGrid has EditorDefinitions. CollectionControl do not have EditorDefinitions. Does the provided solution works for you ?
View ArticleNew Post: ComboBox in CollectionControl
I can get the EditorDefinition working with the PropertyGrid as per your example. But this doesn't answer my original question which was to be able to use comboboxes to select items from a collection...
View ArticleNew Post: StackOverflowException in AvalonDock while closing a...
Hi, I cannot reproduce the issue. After downloading the file you pointed out and running it in VS2012 Debug Mode. I dragged the Alarm Window over the Document1, Clicked the "X" from the Alarm window...
View ArticleNew Post: StackOverflowException in AvalonDock while closing a...
Hi, This bug will be fixed in v2.3.
View ArticleNew Post: ComboBox in CollectionControl
Hi, the current solution works for the propertyGrid. The CollectionControl (that is the editor for collections in the propertyGrid) also contains a PropertyGrid. If you want to use the same solution in...
View ArticleNew 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 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 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 Article