greenfishinwater wrote:

I have a tree which I build dynamically from a database, as each node is opened. This works 100%. I have both hScrollPolicy and vScrollPolicy set to auto, but the horizontal scroll bars never appear. For some of my nodes at the bottom of the tree, the label is quite long, and the text is just truncated at the righthand edge of the tree.

It'll help if you provide some code that shows the problem.

Meanwhile, you might want to put your Tree inside a Box, turn off the Tree's scroll policies, set the Box's scroll policies to auto, and size the Tree such that the scrollbars appear on the Box.

Manish




Reply via email to