Print Page | Close Window

Can we separate a Pane from Splitter in XTPDocking

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Docking Pane
Forum Description: Topics Related to Codejock Docking Pane
URL: http://forum.codejock.com/forum_posts.asp?TID=22507
Printed Date: 27 April 2024 at 3:43am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Can we separate a Pane from Splitter in XTPDocking
Posted By: Vin
Subject: Can we separate a Pane from Splitter in XTPDocking
Date Posted: 13 January 2015 at 1:06am
We are using XTPDockingPaneManager and CXTPDockinPane. I have an issue. When I try to move the splitter it behaves differently

1. In one of the operating system when I move the splitter,only the splitter is being moved and when I leave the splitter repainting is happening.

2. In other Operating System when I try to move the splitter both the pane and the splitter are moving.
Due to which its showing a flickering in the controls that are placed in the pane.

Do we have any method or some property through which we can make the behavior same as (1).

Or can we stop the pane from repainting when the splitter is being moved.

I could see that we have a event to know when the splitter is being left, the event which I tried calling is
OnDockingPaneNotify(WPARAM wParam, LPARAM lParam)
{
if (pAction->action == xtpPaneActionSplitterResized)
....
}
But I wanted to know how can I stop it(pane) from moving or painting until the splitter is left.

Any help on this would be greatly appreciated. Thanks in advance.



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net