Re: column's width



Hi,

in the constructor, there is no size allocated for your widgets, so the TreeView does not know how large it will be when shown. Try adding your code into the on_realize event of the container, the widget sizes are allocated at this point.

 - Armin



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]