New Post: Dropdown button and propertygrid
Hi, Have you tried with the EditingTemplate defined in XAML ? When I try it, I can see a DropDownButton and clicking on it displays the TreeView. This solution doesn't need to create an Editor class...
View ArticleNew Post: Some questions about Color Picker control
Hi, The navigation in the colorPicker's color will work with the arrows and Tab keyboard keys in v2.1. For the ColorPicker DropDown Menu not being able to fit the screen.....is this a mini-screen ?...
View ArticleEdited Feature: ColorPicker navigation not working [20672]
Based on discussion https://wpftoolkit.codeplex.com/discussions/527359Comments: ** Comment from web user: BoucherS ** Fixed in v2.1
View ArticleNew Post: Some questions about Color Picker control
No, my computer has a 16" screen. The fact is that the ColorPicker is located into a Viewbox control, so it is stretched when I put the application in full screen. Here you can find a screenshot: TEXT
View ArticleNew Post: Use InteractionRequestTrigger in wpf desktop
Hello, I need to show child modal window in my application. One way to do it is use InteractionRequestTrigger and PopupChildWindowAction. But desktop version of wpf doesn't contain implementation of...
View ArticleNew Post: Dynamically change theme of PropertyGrid
Hello, I'm newbie who experements with themes of app for job-interview:) I dynamically change themes for the Propertygrid. I modified default theme in PropertyGrid/Generics.xaml for it by changing...
View ArticleNew Post: Any News on 2.1
We should have this online in the next few days, but I'll try for today (wednesday).
View ArticleCreated Unassigned: Unable to bring in a browse button to open a browse...
I have a property which needs to obtain the physical path of the file to open it. But i am not able to get how to add the browse button to the PropertyGrid so that I can browse the path of the file to...
View ArticleNew Post: Populate Select types combo in CollectionEditor with NewItemTypes
I am having trouble populating the Select Types combo box in the CollectionEditor control. (Note I refer to CollectionEditor but I beleive this has been renamed CollectionControl) Here is my...
View ArticleNew Post: Testing DataGridControl for .Net 3.5
Hello, I downloaded the .Net 3.5 binaries because design requirements prevent me from upgrading to .Net 4.0. When I downloaded the binaries, I noticed that there isn't a DataGrid dll included. I also...
View ArticleNew Post: Dynamic Properties for DataGridControl
Hi I have a class with dynamic Properties, to display them I implemented the ICustomTypeDescriptor Interface. When I bind them to a PropertyGrid it works just fine and now I try to use the DataGrid to...
View ArticleNew Post: Dynamic Properties for DataGridControl
Ok I read that the DataGrid supports the ICustomTypeDescriptor Interface so I played a little more with my Code. Just to test it, I removed the CV and bound the DataGrid directly to my...
View ArticleNew Post: Testing DataGridControl for .Net 3.5
Hi, No, the DataGrid from the Toolkit is only available in .Net 4.0. But if you are looking for the full Xceed DataGrid for WPF in .Net 3.5, it is available here : http://xceed.com/DGP_Download.html
View ArticleNew Post: Some questions about Color Picker control
I'm I wrong or any control placed in a ViewBox will be stretched and if it has a popup : it will need a ScrollBar ?
View ArticleNew Post: Use InteractionRequestTrigger in wpf desktop
Hi, Does the WindowContainer and ChildWindow (with IsModal = true) answer your needs ? Please have a look at the "Live Explorer app", available here : https://wpftoolkit.codeplex.com/ and select the...
View ArticleNew Post: Dynamically change theme of PropertyGrid
Hi, If you want to change the theme of the PropertyGrid, you will have to modify 1 of the following files : -Xceed.Wpf.Toolkit/PropertyGrid/Themes/Aero2.NormalColor.xaml (in Windows8)...
View ArticleNew Post: Testing DataGridControl for .Net 3.5
Thanks BoucherS. I've downloaded the trial and hopefully it will do what we need.
View ArticleNew Post: Any News on 2.1
The SourceCode has been updated for v2.1. We are completing the Download section for v2.1.
View ArticleNew Post: Some questions about Color Picker control
I suppose yes, but I'm not sure about that, I'm new to WPF world :)
View Article