I would like to report bugs when theming grid with custom separate dll theme (create by Xceed theme project).
Bug is: CANNOT control visibility of scrollbars, they always set in auto mode.
Step to re-pro:
Create a project theme like in tutorial.
Apply to grid.
set style of TableViewScrollViewer by set ScrollBars = Visible.
No scrollbars at all.
I tried to use Snoop to read runtime value of TableViewScrollViewer of the grid and see that HorizontalScrollbarVisiblity = Auto, VerticalScrollbarVisibility = Visible. at least VerticalScrollbar MUST BE visibled but not thing at all.
Hope that Xceed guys give a little time on this and give hot fix or put it in v2.
If anyone found that this is not a bug, please help to show me how to do that.
Duy