H> i have a running programm with a wx.Listbook in it.
H> i have 1 problem is it possible to change the position of the listbook
H> sash between the 2 "frames",
No, wxListbook uses fixed width layout. If you want to be able to change
the sash position you need to use wxSplitterWindow with wxListCtrl and your
page as children.
H> because i cant read the full label of the panels
This looks like a bug because wxListbook is supposed to resize itself to
make sure they're always visible. Do you do something (relatively) unusual
such as changing the items labels after creating the control?
Regards,
VZ
--
TT-Solutions: wxWidgets consultancy and technical support
http://www.tt-solutions.com/