Ok, I've entered a bug. -Mike
···
--__--__--
From: "Robin Dunn" <robin@alldunn.com>
To: <wxpython-users@lists.sourceforge.net>
Subject: Re: [wxPython] column alignment on wxListCtrl
Date: Wed, 27 Sep 2000 11:18:06 -0700
charset="iso-8859-1"
Reply-To: wxpython-users@lists.sourceforge.net
I'm trying to align some of the numerical values in my listctrl to the
right,
but can't seem to get it to work. I've included the two extra parameters
to
the insert column function but it just ignores them. Anyone have any
ideas?
self.InsertColumn(column, headerlist[column], format=wxLIST_FORMAT_RIGHT,
width=-1)
I can get it to work for columns other than the first one, (at least on
wxMSW.) I'm not sure why the flag has no effect for the first column, the
C++ code seems to be doing the right thing according to MSDN.
For wxGTK it looks like the alignment flags aren't supported as I don't see
them being used anywhere in the layout code.
Please enter a bug report about this at
http://sourceforge.net/bugs/?group_id=9863
_______________________________________________
wxPython-users mailing list
wxPython-users@lists.sourceforge.net
http://lists.sourceforge.net/mailman/listinfo/wxpython-users