|
Fill free space
Saturday, 08 May 2010
When a treeview with columns is used, quite often there is an empty place in the end, which results in less than optimal use of screen space.
By enabling the FillFreeSpace column property, Flexible TreeView lets you make the last column use all that empty space for displaying the column's data.
Thus, the treeview will use all its screen space optimally. Moreover, the last column will automatically stretch if the treeview or some other column stretches. However, there are some limitations with FillFreeSpace. It cannot be switched on if:
Also, FillFreeSpace will not work when column is not the last visible column in the treeview.
|
|