enthought / enthought/traitsui
Question: Fixing last column width of TreeEditor
- Dominant language
- Python
- Stars
- 306
- Forks
- 99
- PR merge metrics
- No merged PRs in 30d
Description
Hey,
i have a question on the TreeEditor when using AbstractTreeNodeRenderers:
How can i fix the width of the last column in a tree editor to the needed minimum (like 50 pixels),
so that the edit view of the tree node item scales to maximum width?
My problem can be seen in the Tree_editor_with_TreeNodeRenderer.py example, when setting the SparklineTreeView editable
and increasing the size of the view to w1500, h800.
Although the SparklineRenderer returns a size hint with a width of 100, the column width is way more.

In my application this look very weird, because of so much white space:

Hope you can give me a hint.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.