Viewing 0 reply threads
Viewing 0 reply threads
- You must be logged in to reply to this topic.
Home › Forums › Bunifu UI Winforms › Bunifu Scrollbar Not Working with CustomDataGrid
Tagged: scrollbar datagrid
I’ve bound the VScrollBar to the CustomDataGrid, set the ScrollBars property to ‘None’ in CustomDataGrid, and set the ‘Maximum’ property of the VScrollbar to the rows count of the CustomDataGrid. After all these, the scrollbar still doesn’t seem to work as intended. The datagrid doesn’t respond to the scrollbars.