Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Prof-UIS General Discussion » How to fix width of the verticle Resizable Bar of sample application Page Container Collapse All
Subject Author Date
Virendra Mishra May 12, 2005 - 3:31 AM

Hi there


Is it possible to fix width of the verticle Resizable Bar of sample application Page Container where height may vary depending on application framework?


Thanks,


virendra

Technical Support May 12, 2005 - 8:47 AM

To make a resizable control bar of a fixed size, create a CExtControlBar-derived class and override these virtual methods:

virtual void _RowResizingStart();
virtual void _RowRecalcingStart();
These methods should do nothing.