[wxPython-users] Font size of listctrl column headers on OS X

Jamie Bullock jamie at postlude.co.uk
Fri Aug 3 03:35:51 PDT 2007


On Fri, 2007-08-03 at 08:28 +0100, Jamie Bullock wrote:

> There are two cases:
> 
> i) mac.listctrl.always_use_generic = 1: The font can be resized in the
> header and the body, but the header cells don't expand to accommodate
> the font. (I understand that this is because the header control can't be
> drawn at a different height). 
> 
> ii) mac.listctrl.always_use_generic = 1:

Ooops. That should have read 'mac.listctrl.always_use_generic = 0'

>  The body cells expand
> vertically, but the actual font size in the body cells stays constant.
> (AFAICT, this is a bug. Surely the text should expand inside the body
> cells and stay the same size in the header cells?)
> 
>  
> Jamie
> 
> 
-- 
www.postlude.co.uk





More information about the wxpython-users mailing list