Is there anyway to use CSplitter so that the right pane is fixed size, i.e. only the left side resizes when the window gets resized? If you set SPLIT_RIGHTALIGNED, the right pane will hold it's size on a resize, but there does not seem to be a way to do the same with the left side.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Is there anyway to use CSplitter so that the right pane is fixed size,
i.e. only the left side resizes when the window gets resized? If you set
SPLIT_RIGHTALIGNED, the right pane will hold it's size on a resize, but
there does not seem to be a way to do the same with the left side.
Is there anyway to use CSplitter so that the right pane is fixed size, i.e. only the left side resizes when the window gets resized? If you set SPLIT_RIGHTALIGNED, the right pane will hold it's size on a resize, but there does not seem to be a way to do the same with the left side.
Hi Benjamin,
If you want left pane to be fixed size, you should remove
SPLIT_PROPORTIONAL, which is set by default.
Cheers,
Nenad
On Wed, Jun 25, 2014 at 10:31 AM, Benjamin Peikes bpeikes@users.sf.net
wrote:
Thanks!