The orientation of WPF DataGrid is customized horizontally by customizing style for SfDataGrid, GridCell and GridHeaderCellControl. SfDataGrid exposes properties: CellStyle and HeaderStyle that ...
When using Avalonia.Controls.DataGrid with ScrollViewer.AllowAutoHide="False", the scrollbars still auto-hide (minimize) instead of staying visible. I would expect that setting AllowAutoHide="False" ...