PyCollapsiblePane change size of frame

Hi,
I don't understand how to prevent a PyCollapsiblePane from changing the frame/window Width.
Can some kind soul please explain how to stop the screen size change in general terms.

I was hoping that I could some how set the size but I don't see how to do that either. All I want is the panel to fit into my frame size. BTW I noticed also that the screen Width changes to width x when opening the PyCollapsiblePane and width y which is much larger than x when closing.

Johnf

Do you use the CP_NO_TLW_RESIZE style flag?

···

On 9/23/12 2:13 PM, fabiani.john@gmail.com wrote:

Hi,
I don't understand how to prevent a PyCollapsiblePane from changing the
frame/window Width.
Can some kind soul please explain how to stop the screen size change in
general terms.

I was hoping that I could some how set the size but I don't see how to
do that either. All I want is the panel to fit into my frame size. BTW
I noticed also that the screen Width changes to width x when opening the
PyCollapsiblePane and width y which is much larger than x when closing.

--
Robin Dunn
Software Craftsman