Browse by Tags
All Tags » Themes (RSS)
-
Matt oi, i almost give up with this. i tried to add some lines like this, the scrollbar appear with PresentationFramework theme default. My target is use custom scrollbar too. I made a custom scrollbar and added into Style resource but still don't effect. What i'm missing;
<!--**************************
* STYLE: DataGridControl ...
-
Yes, this is definitely something that we would like to find time to do ! Meanwhile, do you have any specific questions I could help you with?
-
I think this is common for newbie or expert that using wpf datagrid. DataGrid is used for lots of pages in application so repeatly styling is time consuming job. Theme project is savior. But there's no sample for that except very basic step in tutorial in companion. I spent 2 days with theme project and didn't get any progress. Xceed guys should ...
-
The Office themes are located in the ThemePack assemblies (Xceed.Wpf.DataGrid.ThemePack.[#].dll), which must be included in your references. You can then apply them to the grid by setting the View.Theme property using property element syntax:
<Grid xmlns:xcdg=''http://schemas.xceed.com/wpf/xaml/datagrid''> ...
|
|
|
|