I prefer pixel scrolling versus row item scrolling for the DataGrid that I'm building. For WPF Fx controls, I can set VirtualizingStackPanel.ScrollUnit="Pixel" to get the desired scrolling behavior, but it appears that TableView ignores this.
Is there a way to get this to work using TableView?
I've tried several approaches here: setting this property on DataGridControl, TableView, and even changing the TableViewScrollViewer template. Nothing seems to stick.
Is there a way to get this to work using TableView?
I've tried several approaches here: setting this property on DataGridControl, TableView, and even changing the TableViewScrollViewer template. Nothing seems to stick.