Ticket #51 (closed defect)
alignment of columns ignored on wxListCtrl
| Reported by: | anonymous | Owned by: | vadz |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | wxGTK | Version: | |
| Keywords: | Cc: | vadz | |
| Blocked By: | Patch: | no | |
| Blocking: |
Description
The following code does not result in a right aligned column as the docs state it should:
self.InsertColumn(column, str, format=wxLIST_FORMAT_RIGHT, width=-1)
I have heard it works on wxMSW as long as it is not the first column.
Thanks
Change History
Note: See
TracTickets for help on using
tickets.
