New Post: DateTimePicker
Many thanks for your prompt response. Any idea as to when v2.6 will be released? Thanks
View ArticleNew Post: DateTimePicker
Hi, Here are the latest currently available versions : Toolkit Comunity edition : v2.3 Toolkit Plus Edition : v2.5 Plus edition is always ahead of community Edition. I don't have an exact date for the...
View ArticleNew Post: DocumentHeaderTemplate - animation ceases to work when document is...
Hello, I have a DocumentHeaderTemplate with animation style to flash the document tab based on the value of a dependency property. This works when the document is docked to the main window however when...
View ArticleNew Post: DocumentHeaderTemplate - animation ceases to work when document is...
Hi, Here's a possible solution. The LayoutDocumentFloatingWindowControl (the window when undocked) uses the DocumentTitleTemplate property, so you could define it in DockingManager. From there, the...
View ArticleNew Post: DocumentHeaderTemplate - animation ceases to work when document is...
Thank you for the solution and also the explanation, it works!
View ArticleNew Post: PropertyGrid validation for dynamic properties
I know the word 'dynamic' is probably overloaded by now. What I mean is the object that I am assigning to PropertyGrid.SelectedObject implements ICustomTypeProvider and based on one or more property...
View ArticleNew Post: PropertyGrid disable class name in title
I was wondering if it's possible to remove the class name from the default title of a property grid. For example, I have a PropertyGrid with the following properties:<xctk:PropertyGrid...
View ArticleNew Post: PropertyGrid disable class name in title
I'm sorry, I found the answer just a few minutes later... I'll leave it up in case anyone else is wondering about it. The change is to add SelectedObjectTypeName="" to the...
View ArticleNew Post: DateTimePicker issue
Hi, I've an application that uses DateTimePicker. Only on a certain computer, when the UI which contains DateTimePicker is opened, then the application crashes. To prove that it is the DateTimePicker,...
View ArticleNew Post: DateTimePicker issue
Hi, I'm not sure about the "Internal Error". But what could be the problem may be the Date/Time default format in the computer settings. Could be related to https://wpftoolkit.codeplex.com/workitem/21635.
View ArticleNew Post: Child Window
Is there a way to modify ChildWindow Template. I want to have one panel for both PART_Header and content.
View ArticleNew Post: Child Window
Hi, The childWindow Template is located in : -Xceed.Wpf.Toolkit/ChildWindow/Themes/Aero2.NormalColor.xaml (for Windows 8) -Xceed.Wpf.Toolkit/ChildWindow/Themes/Generic.xaml (for other Windows) It uses...
View ArticleNew Post: CheckListBox SelectedItemsOverride binding not working
I have a problem with getting the CheckListBox SelectedItemsOverride set binding to work. The get binding (on my SelectedTaskStatuses) is called correctly during initialization but set is never called...
View ArticleNew Post: CheckListBox SelectedItemsOverride binding not working
Hi, From what I can see, the Collections are set to a value, but the get returns a new collection. I would suggest to initialize the collection when defining the variable, or in the get, if the...
View ArticleNew Post: CheckListBox SelectedItemsOverride binding not working
Hi BoucherS, You solved my problem :-) My key misunderstanding was that setter will be called only if the entire collection is changed and not on changes to the content of the selection. I am new to...
View ArticleNew Post: CheckBoxList get items inside and select them
Hello, I want to make an CheckBoxList with a "Select All" Item, and when you click it every item in the CheckBoxList should get selected. So I was wondering how you'd get all the items within a...
View ArticleNew Post: CheckBoxList get items inside and select them
Never mind, this worked for me:for (int i = 1; i < CheckBoxList.Items.Count; i++) { CheckBoxList.SelectedItems.Add(CheckBoxList.Items[i]); }
View ArticleNew Post: AvalonDock Problem showing document contents of tab in Anchorable...
Hello, I have an Avalondock that incorporates both a LayoutDocumentPane and an LayoutAnchorablePane the DocumentsSource and AnchorablesSource both binding to the same datasource which in this case...
View ArticleNew Post: IntegerUpDown behavior changed
I'm using the component IntegerUpDown for sometime now and I had to update to version 2.0. Before, the "UpdateSourceTrigger" was not working and the component had two behaviors.Using the up and down...
View Article