Browse by Tags
All Tags » DataGrid » TableView (RSS)
-
Depending on which type of View you are using on the DataGridControl, there are two ways of doing what you wish.For the TableView, simply set the Style of the DataRow elements to have the Height you need. <Style TargetType=''{x:Type xcdg:DataRow}''> <Setter Property=''Height'' Value=''40'' ...
-
Hello,
Is it possible to create/have a default style for all the views of the DataGridControl: TableView, CardView and CardflowView3D?
If yes, how?
Thank you!
Ioana
-
Hi!
In my application I have a navigation history (like web-browser). Each history step has his own set of data.In UI I have a DataGridControl with TableView. When user navigates forward or back in navigation history, ItemSource of DataGridControl changes to another object.
I want to save the selection and scrolling offset. With selection I ...
|
|
|
|