New Post: How to set the title for LayoutAnchorable from MVVM binding?
Hi, Thanks. Its working perfectly!
View ArticleNew Post: How to change the border brush for LayoutAnchorable?
Hi, I am able to change the border for LayoutAnchorableControl. But still I see there are two borders and I want to change the outer border. I have used "Snoop" and found that there is a Border with...
View ArticleNew Post: DateTimePicker popup size
Hi, I have tried your sample code in a new project, and here's the result : http://postimg.org/image/zd58j74eb/. Everything is fine : the DateTimePicker shows a popup with a correctly aligned and...
View ArticleCommented Unassigned: PropertyGrid not thread safe for multiple ui threads...
Hi,I'll just reopend this issue - I just tested it with v2.6 but the reported issue still exists!* I am starting a window in its own UI thread.* The window contains a propertygrid. At some time I close...
View ArticleCreated Unassigned: PropertyGrid Expand/Collapse All Properties [22227]
Based on discussion https://wpftoolkit.codeplex.com/discussions/653192.User wants to be able to collapse/Expand properties with methods.
View ArticleEdited Feature: PropertyGrid Expand/Collapse All Properties [22227]
Based on discussion https://wpftoolkit.codeplex.com/discussions/653192.User wants to be able to collapse/Expand properties with methods.Comments: ** Comment from web user: BoucherS ** This will be...
View ArticleNew Post: PropertyGrid Expand/Collapse All
Hi, In v2.7 Plus, the propertyGrid offers the following public methods : -CollapseAllCategories() -CollapseCategory( string groupName ) -ExpandAllCategories() -ExpandCategory( string groupName ) These...
View ArticleCreated Feature: PropertyGrid : Expanding Collections to show children [22228]
Based on codeplex discussion https://wpftoolkit.codeplex.com/discussions/653034.User wants to be able to use a Collection <T> as a PropertyItem in the PropertyGrid and when expanding this...
View ArticleNew Post: propertyGrid show items for expanded collection
Hi, This is not currently possible. Issue https://wpftoolkit.codeplex.com/workitem/22228 has been created to address this . Currently, expanding a Collection of T will show the Collection Properties,...
View ArticleNew Post: How to change the border brush for LayoutAnchorable?
Hi, You will find the Outer Border in the LayoutAnchorablePaneControl. You can modify it in a style for LayoutAnchorablePaneControl, based on the default one from generic.xaml and set this new style to...
View ArticleCreated Unassigned: Dropdownbutton unexpected IsOpen behaviour [22229]
When you bind IsOpen to a viewmodel property, the DropDownButton control seems to only read the IsOpen value once when the control is created, setting it's initial state. After that, the bound property...
View ArticleNew Post: DateTimePicker popup size
I am using VS2015 Community, .net 4.6 on Windows 10. I did insert the above copied code into a separate project and, you're right, it worked just fine! BTW, I did remove the duplicate settings; thanks...
View ArticleNew Post: How to change the border brush for LayoutAnchorable?
Thanks @BoucherS. It's working perfectly!
View ArticleNew Post: How to customize the CollectionControl editor ?
In my CollectionControl editor, for the list on the left, I would like to display not the type of the object ("Person") but a property of the object For example, the "FirstName" of the Person as i can...
View ArticleNew Post: propertyGrid show items for expanded collection
Hi, I've tried to use this example as it is: http://www.codeproject.com/Articles/4448/Customized-display-of-collection-data-in-a-Propert. I actually could expand the Collection and see the items. But i...
View ArticleNew Post: DateTimePicker popup size
Hum...tough to say. Maybe some implicit styles for popup, Calendar...any margin or padding....
View ArticleCommented Unassigned: Dropdownbutton unexpected IsOpen behaviour [22229]
When you bind IsOpen to a viewmodel property, the DropDownButton control seems to only read the IsOpen value once when the control is created, setting it's initial state. After that, the bound property...
View ArticleCommented Unassigned: Dropdownbutton unexpected IsOpen behaviour [22229]
When you bind IsOpen to a viewmodel property, the DropDownButton control seems to only read the IsOpen value once when the control is created, setting it's initial state. After that, the bound property...
View ArticleNew Post: DataGrid Binding Source in Page
Hello, I try to develop a page based application in WPF. I have a MainWindow, in it, I have a Frame, and I navigate pages in this frame. In some pages, I want to use DataGrid but I cannot show the data...
View ArticleCommented Unassigned: Dropdownbutton unexpected IsOpen behaviour [22229]
When you bind IsOpen to a viewmodel property, the DropDownButton control seems to only read the IsOpen value once when the control is created, setting it's initial state. After that, the bound property...
View Article