It appears a treeview has a fixed number of rows and does not want to be resized dynamically. When more than the n amount rows data is added, the treeview shows a scrollbar. I want the treeview to use the available height! I've tried:
vGrow
,
isFillHeight
and
useMaxHeight
.