Good afternoon
Am I having trouble enabling and making a SfDataGrid scrollbar work? As I couldn't find it in the documentation and my Google searches, I started trying several things, such as:
ScrollViewer.HorizontalScrollBarVisibility = "Visible"
ScrollViewer.VerticalScrollBarVisibility = "Auto"
ScrollViewer.IsDeferredScrollingEnabled = "True"
ScrollViewer.CanContentScroll = "True" SelectiveScrollingGrid.SelectiveScrollingOrientation = "Horizontal"
The scrollbar even appears, but is disabled. The data in the columns is large and is being cut. That's why I need the horizontal scroll. Only the vertical scrollbar works.
See in the picture.
Attachment:
SfDataGrid_58beeecf.rar