New Post: Header "Drag a column header here to group by that column"
How to remove this header of my datagrid? Thank you very much for your responses
View ArticleNew Post: Header "Drag a column header here to group by that column"
Hi, You want to remove the "GroupByControl". You can define a new View and set the header parts you want (here only the ColumnManagerRow is used):<xcdg:DataGridControl>...
View ArticleNew Post: AvalonDock Border of Floating window
Hi, For Avalondock how would would I control the border thickness of a floating window? Ideally I'd like to apply animation at certain time to the border of a floating window.
View ArticleNew Post: Header "Drag a column header here to group by that column"
Super ! It works as I wanted. Thank you very much for your response Greetings
View ArticleNew Post: All WPF toolkit controls not recognized in Designer
The issue is still present
View ArticleNew Post: All WPF toolkit controls not recognized in Designer
Same, moved from 2.2.1 to 2.4 nothing works in design view, I've deleted bin and obj folders but…
View ArticleNew Post: All WPF toolkit controls not recognized in Designer
Ok I've found a solution, you have to rebuild it but not with the client version of .net, havn't tried with .net4 but 4.5 works fine.
View ArticleNew Post: AvalonDock Border of Floating window
Hi, From what I can see, the BorderThickness, BorderBrush and Background values are hardcoded in the LayoutDocumentFloatingWindowControl. If you want to change them, you will need to modify the...
View ArticleNew Post: PropertyGrid Categories closed by default
After changing to the Toolkit Version 2.4 the categories are closed by default, i.e. when the SelectedObject changes all categories are closed. I'm using .Net 3.5 and MS VS 2008.
View ArticleNew Post: PropertyGrid Categories closed by default
Hi, I started a new project under VS2008 and .net 3.5. Here's my code : <Grid> <xctk:PropertyGrid x:Name="_propertyGrid"/> </Grid> public partial class Window1 : Window { public...
View ArticleNew Post: ExpandableObject
"There are so many things wrong when you use collection. 1) When you use ExpandableObject Array expands but the array is not sorted by index. How do I sort it by index. 2) Using ExpandableObject on...
View ArticleNew Post: ExpandableObject
Hi, 1) Can you post a sample of this ? How do you define your array ? Is it something like :_propertyGrid.SelectedObject = new MyObject() { MyArray = new string[3] { "Carl", "Julia", "Megan"} }; public...
View ArticleNew Post: ExpandableObject
Could be related to http://wpftoolkit.codeplex.com/workitem/21756
View ArticleNew Post: PropertyGrid Categories closed by default
Hello, I tried the same but my categories are all closed. Then I tried with Visual Studio 2013 and .Net Version 4.0. Here the Categories are opened. Can I open all categories from the code behind?...
View ArticleNew Post: PropertyGrid Categories closed by default
Hum...strange. In .Net 4.0, all categories are opened by default, and that is the normal behavior. It should be the same in .net 3.5. If you have the Plus version, since v2.2, you can use the attribute...
View ArticleNew Post: PropertyGrid Categories closed by default
Hello, I've tried and it worked. Thank you very much for the quick help.. Regards Herbert
View ArticleNew Post: RunWorkerCompleted is returning before work seems to be completed....
I am using a query to fill a combobox in a WPF application. I have the Xceed busy indicator that pops up, but then closes right away before all of the items are loaded into the box. is there some way...
View ArticleNew Post: RunWorkerCompleted is returning before work seems to be completed....
Hi, I believe it has something to do with the content of method FillCustomers (access to database, dispatching, reading...). If I replace the content of the FillCustomers method by this :for( int i =...
View ArticleNew Post: Propertygrid password
I'm currently trying to use the provided PasswordEditor within my application (.NET 4.5.1, version 2.4.0 of the Toolkit library) but with no success. I'm using a wrapper class to hold the actual...
View ArticleNew Post: Access the ViewModel of a property
I want access to the viewmodel that the property is on.. For instance, I want to have a dropdown of available items... I added a list of available items to my view model but I can't seem to get access...
View Article