[ wxwindows-Patches-1662729 ] TreeListCtrl::SetColumnWidth accepting wxLIST_AUTOSIZE and..

SourceForge.net noreply at sourceforge.net
Sun Feb 18 02:05:59 PST 2007


Patches item #1662729, was opened at 2007-02-18 11:05
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=309863&aid=1662729&group_id=9863

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: wxPython specific
Group: bug fix
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: p_michalczyk (p_michalczyk)
Assigned to: Robin Dunn (robind)
Summary: TreeListCtrl::SetColumnWidth accepting wxLIST_AUTOSIZE and..

Initial Comment:
..wxLIST_AUTOSIZE_USEHEADER.

TreeListCtrl is meant to have ListCtrl's interface also for dealing with column width. When called with constants given above ListCtrl sets column's width so text in data cells/header respectively will not be obscured.

Before patching TreeListCtrl::SetColumnWidth when run with AUTOSIZE parameters simply set negative (-1 or -2) column width. After patching it works the way it does in ListCtrl.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=309863&aid=1662729&group_id=9863




More information about the wx-dev mailing list