From: SourceForge.net <no...@so...> - 2005-07-13 16:31:37
|
Patches item #1237667, was opened at 2005-07-13 18:31 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=462818&aid=1237667&group_id=51305 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: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: neai (neaiswitch) Assigned to: Nobody/Anonymous (nobody) Summary: [wxTreeListCtrl] vertical align feature Initial Comment: IMO tree item captions with wxTR_HAS_BUTTONS style should be drawn starting from the same vertical line regardless whether they have the button, so such option was added. continued from: http://sourceforge.net/tracker/index.php?func=detail&aid=1235635&group_id=51305&atid=462818 > I don't understand the problem clearly, can you tell how > this is visible in the treetest sample? It's not visible because in the sample all sibling items either have the button or do not. Append new item to any "Folder Child" item to see what I mean. Or patch, run the sample and toggle vertical align. With wxTR_ROW_LINES & vertical align enabled elongated horizontal lines look somewhat weird. If they were drawn like in Win32 list control, where vertical line goes *through* the plus/minus button, it would look better but that's another story. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=462818&aid=1237667&group_id=51305 |