Browse by Tags
All Tags » DataGrid » BUG (RSS)
-
Hi everyone,
In my XAML, I use a DataGridControl with the View property set to a simple TableView and with the ColumnStretchMode set to ''Last''.
Everything works fine.
But if I override the TableViewScrollViewer style, in order to set its CanContentScroll property to False, the last column of my DataGrid does not stretch...
If I set ...
-
When changing the ItemsSource the DataGrid doesn't remove the old columns from the grid, yet it will add the new ones.
<DataGrid:DataGridControl ItemsSource=''{Binding DataModel.CollectionView}'' />
The DataModelCollectionView is of type DataGridVirtualizingCollectionView
I have two CollectionViews (of different types) that can be ...
|
|
|
|