Docking pane display issue |
Post Reply |
Author | |
vikascool4u
Groupie Joined: 20 January 2020 Status: Offline Points: 10 |
Post Options
Thanks(0)
Posted: 20 April 2020 at 7:25am |
Hi Experts, I had developed a MFC based VC++ application using codejock's DockingPane in MDI application. I am using Codejock version 19.1.0. I have two panels left side panel having tree control and right side panel having list ctrl. The tree ctrl item selected details will be reflected in list control. i.e. in the right side panel. But the left side panel which is having the tree ctrl is not displaying properly. Please see the image below:- The highlighted portion with red color is the boundary of tree panel( left side) which is having some thing display in the boundary of the tree control. I don't know whether its a paint problem or some other issue. remember I have created a Cformview class which is loading dynamically in the Cmainframe class. Suppose I have one view(named A derive from CformView) which is having List control which is loading initially and on double click of row inside a list control open another view(named B derive from Cformview) which is having two panel( left panel having tree control and right panel having list control) I don't know such display issue , some where I found that UseSplitterTracker(FALSE); can resolve the issue, but it is not working for me either. Please guide me if anybody face the same kind of issue. |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |