Unplanned
Last Updated: 01 May 2024 09:14 by Martin Ivanov
Martin Ivanov
Created on: 01 May 2024 09:14
Category: TreeListView
Type: Bug Report
0
TreeListView: Horizontal scrollbar is displayed when the column width is * and RowIndicatorVisibility is collapsed

The horizontal scrollbar of RadTreeListView is displayed even the setup suggest that it should not be. For example, this happens if you have a single column with its Width set to * which means that the RadGridView should span in the available space without the need of displaying a horizontal scrollbar. To recreate this the RowIndicatorVisibility property should be set to Collapsed. Additional to that there should be a hierarchy and the items should be expanded.

To work this around, you can set a fixed Width for the column. If you want this to be dynamic you can calculate the width on SizeChanged of RadTreeListView

 

0 comments