New Post: DataGrid - Add little button for filtrer in column Header
Hello, I work with the lasted version of DataGrid. I would like add a function filter and I want add a control in my column header.I want to keep the header default style and simply add a small button...
View ArticleNew Post: Collections-Support?
Hello :) Now I got the time to try the code above. It throws an exception atcpi.Properties.Add( scpi ); because CustomPropertyItem.Properties is readonly. I am still looking for a good example with the...
View ArticleNew Post: Collections-Support?
Hi, You are right, v2.0 throws an exception when doingcpi.Properties.Add( scpi ); v2.1 doesn't have this problem. It will be released soon.
View ArticleNew Post: Styling inline buttons for Windows 8
This discussion has been copied to a work item. Click here to go to the work item and continue the discussion.
View ArticleNew Post: DecimalUpDown issues
The following issue/feature has been created based on this discussion:` 1) http://wpftoolkit.codeplex.com/workitem/20455 3)http://wpftoolkit.codeplex.com/workitem/20456
View ArticleNew Post: How to change dynamically in code readonly property of a...
It does not work as I expected. it changes all member items prop. just as this post descripts.http://stackoverflow.com/questions/19640823/dynamically-set-readonly-attribute-of-properties-in-a-propertygrid
View ArticleNew Post: MVVM (Ribbon) Crud Operations Problem
Hi there, I used the Datagrid previously and successfully in a standard WPF App. Now I'm about to switch to the Ribbon for WPF and hence to the MVVM pattern. Now I'm stuck finding the right way to...
View ArticleNew Post: Turning off alternating rows in Data Grid
I'm trying to turn off the alternating lines. I tried setting AlternationCount="0" but that had no effect. In fact I think AlternationCount is ignored as setting it to "3" still gave every other line...
View ArticleNew Post: Collections-Support?
Hello :) I downloaded the v2.1 The .net 4 version is OK, but there seems to be something wrong with the 3.5-version. There are many classes missing in the PropertyGrid-namespace. Unfortunately I have...
View ArticleNew Post: Turning off alternating rows in Data Grid
Hi, The DataGrid can use a TableView or a TableflowView, default is TableflowView. The TableView and TableflowView have a property called "IsAlternatingRowStyleEnabled". By default,...
View ArticleNew Post: CheckComboBox - ItemTemplate
Good morning, i have some troubles with implementation of ItemTemplate to CheckComboBox. I need to customize viewing of enum values, but when i try to implement any DataTemplate, CheckComboBox does not...
View ArticleNew Post: CheckComboBox - ItemTemplate
Hi, I used your code to make some tests : First, make sure the Visibility of the CheckComboBox is Visible :-) Then, only using the ItemTemplate for the CheckComboBox, the Converter does its job. Then...
View ArticleNew Post: Problem with Propertygrid and fonts
Is there a requirement to create a custom typeconverter or typeEditor for fonts? I can't seem to get fonts to display properly. Thanks.
View ArticleNew Post: Problem with Propertygrid and fonts
Hi, What exactly are you trying to do ? Can you provide a snippet ? Here's a test :In XAML : <Grid> <xctk:PropertyGrid x:Name="_propertyGrid" /> </Grid> In Code-Behind : public...
View ArticleNew Post: Problem with Propertygrid and fonts
I was playing around the the PropertyGrid and I created a simple project to test the WPF PropertyGrid. Using a standard Windows.Forms PropertyGrid and the System.Drawing.Font object you can simply...
View ArticleNew Post: Problem with Propertygrid and fonts
Hi Mark, From what I understand, you want to see the new Font modified in the propertyGrid. I added a button and when clicked, the Font of the PropertyGrid.SelectedObject is modified :Preferences pref...
View ArticleNew Post: Problem with Propertygrid and fonts
There is already a built-in PropertyValueChanged event. I got it to work; however, some fonts don't update the stretch and style. Thanks for the help! private void...
View ArticleNew Post: Avalondock - Two Clicks on Button required
AFAIR, I have fixed this issue. I tested a scenario in the live explorer, and it seems to work.
View ArticleNew Post: Problem with Propertygrid and fonts
Hi, Concerning the ToString() value that doesn't change when the properties are changed : Please have a look at this discussion : http://wpftoolkit.codeplex.com/discussions/452722. You could do...
View Article