Browse by Tags
All Tags » Style (RSS)
-
Hi all
I created a custom theme .. Under the ''themes'' folder in project there is a xaml file..... TableView.XceedDataGridTheme1.xaml ...
''XceedDataGridTheme1'' is the project name.
<ResourceDictionary ...
-
I also struggled a bit with this.
It seems the best way to change the template of the column title row, is to define a new control template for the ColumnManagerCell class.
Just make sure to include a thumb with the name: PART_ColumnResizerThumb in the control template definition for the column resize to work.
Here is a sample:
<Style ...
-
When I create a custom Style targeting a DataRow and set for example the Background to a certain value the change appears at runtime on the interface also. However my question is that if I set the SelectionBackground property to a certain value I can not see it (it is not applied). I have succeeded to accomplish this behaviour ...
-
Hi All,
What I want is to apply a template to modify the way title is displayed for columns as follows;
<!-- Data Template for Xceed Column--><DataTemplate x:Key=''colTemplate''> <Label Content=''{xcdg:CellEditorBinding}'' TextBlock.FontWeight=''Bold'' /></DataTemplate>
If I use this template explicitly with each ...
|
|
|
|