We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently the database tree never shows horizontal scrollbars, which should be instead shown when:
DataViewCtrl only shows a horizontal scrollbar depending on the width of the column header(s), not the content in the rows. For this reason the column header width should probably be set every time an item is added, updated, removed, expanded or collapsed, using http://wxpython.org/Phoenix/docs/html/SettableHeaderColumn.html#SettableHeaderColumn.SetWidth
Also consider ellipsization as an alternative. The standard http://wxpython.org/Phoenix/docs/html/dataview.DataViewRenderer.html#dataview.DataViewRenderer.EnableEllipsize cannot be used because the custom renderer draws the text in its own special way.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently the database tree never shows horizontal scrollbars, which should be instead shown when:
DataViewCtrl only shows a horizontal scrollbar depending on the width of the column header(s), not the content in the rows. For this reason the column header width should probably be set every time an item is added, updated, removed, expanded or collapsed, using http://wxpython.org/Phoenix/docs/html/SettableHeaderColumn.html#SettableHeaderColumn.SetWidth
Also consider ellipsization as an alternative. The standard http://wxpython.org/Phoenix/docs/html/dataview.DataViewRenderer.html#dataview.DataViewRenderer.EnableEllipsize cannot be used because the custom renderer draws the text in its own special way.
The text was updated successfully, but these errors were encountered: