Commented Unassigned: ColorPicker crashes application [20637]
Hello, this problem does not happen to me however I let someone else use my application for testing purposes and whenever he opens up a window containing the ColorPicker, the application would stop...
View ArticleNew Comment on "CheckComboBox"
Please post a code snippet on how to bind data to this checkedcomb box. I find it difficult to understand how to pass two data valus, one containing the total Items and the other containing selected...
View ArticleNew Post: Prism examples
Hi, I have been looking for AvalonDock examples but can only find older versions. Can anyone point me in the direction of a simple prism / MEF / AD sample that shows how to get a region up and running...
View ArticleNew Post: CheckComboBox enqueries
Hi, For Part 1), I tried your code (without the commented lines) and it worked fine : the CheckComboBox starts with item selected. Using "SelectedItemsOverride" and/or "SelectedValue " will check the 2...
View ArticleCreated Unassigned: Zoombox Stack Overflow [20652]
I met a stackoverflow exception when i set the Zoombox datacontext to null.
View ArticleCommented Unassigned: Zoombox Stack Overflow [20652]
I met a stackoverflow exception when i set the Zoombox datacontext to null.Comments: ** Comment from web user: Tekarihoken ** The problem seams to be solved if we modify the OnScaleChanged property by...
View ArticleCommented Unassigned: Zoombox Stack Overflow [20652]
I met a stackoverflow exception when i set the Zoombox datacontext to null.Comments: ** Comment from web user: Tekarihoken ** Sorry for the bad format, please find the good format :``` if...
View ArticleNew Post: CheckComboBox Binding Data
Please post a code snippet on how to bind data to this checkedcomb box. I find it difficult to understand how to pass two data valus, one containing the total Items and the other containing selected...
View ArticleNew Comment on "CheckComboBox"
Discussion https://wpftoolkit.codeplex.com/discussions/517953 has been created.
View ArticleNew Post: CheckComboBox Binding Data
Hi, Here's a solution : List<string> listOfItems = new List<string>() { "abc", "def", "ghi", "jkl" }; List<string> selectedItems = new List<string>() { listOfItems[0],...
View ArticleCommented Unassigned: Zoombox Stack Overflow [20652]
I met a stackoverflow exception when i set the Zoombox datacontext to null.Comments: ** Comment from web user: BoucherS ** Hi,When using a simple ZoomBox like this :```<StackPanel><Grid...
View ArticleCommented Unassigned: PropertyGrid does not support type converter [20640]
When I have a property with a custom type which has a type converter attribute, the property grid only shows the type name of the property, not the value provided by the type converter. Binding the...
View ArticleCommented Unassigned: Zoombox Stack Overflow [20652]
I met a stackoverflow exception when i set the Zoombox datacontext to null.Comments: ** Comment from web user: Tekarihoken ** Ok i just found why it don't work for me and why it work for you.I have the...
View ArticleCreated Unassigned: Memory leak with Zoombox Keybindings [20654]
I have detect a memory leak in the zoombox component. I have see through Ants profiler that the control is kept in memory by its keybindings even if the control is not in the visual tree.I have made a...
View ArticleEdited Issue: Zoombox Stack Overflow [20652]
I met a stackoverflow exception when i set the Zoombox datacontext to null.Comments: ** Comment from web user: BoucherS ** Thanks,This issue will be fixed in v2.3.
View ArticleEdited Issue: Zoombox scale binding [20608]
When Ibind the Zoombox Scale property to a CLR view model property it work at runtime but on design time i observe WPF designer Crash with VS2012Comments: ** Comment from web user: BoucherS ** Should...
View ArticleNew Post: BusyIndicator Text value not updating
Hi - I got everything working fine except 1 piece with updating the status text in the textblock tag. I use PropertyChanged event to set the value for the progressbar successfully. When I try to do the...
View ArticleNew Comment on "BusyIndicator"
Hi, Discussion Tab https://wpftoolkit.codeplex.com/discussions/520385 has been created.
View ArticleNew Post: BusyIndicator Text value not updating
Hi, In v2.0, it is working fine. Here's my complete code :<StackPanel> <xctk:BusyIndicator x:Name="_busyIndicator" BusyContent="{Binding}" IsBusy="True">...
View ArticleCreated Unassigned: ZoomBox does not exists in namespace [20656]
I'm trying to use the ZoomBox in my application, but I get the following error:```The name "ZoomBox" does not exist in the namespace "clr-namespace:Xceed.Wpf.Toolkit;assembly=Xceed.Wpf.Toolkit".```I...
View Article