From: SourceForge.net <no...@so...> - 2005-07-10 16:36:34
|
Patches item #1235635, was opened at 2005-07-10 18:36 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=1235635&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] misc Initial Comment: Scrolling didn't work on msw 2.6.1, was fixed by adding wheel event to list of processed types of events in wxTreeListMainWindow::OnMouse(). Populating big tree lists with lots of columns is very slow, so virtual mode was added. It's like virtual list, except that instead of row number, pointer to wxTreeItemData is given. 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. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=462818&aid=1235635&group_id=51305 |