Splitter problem
-
I have 3 panels in the screen. All the three panels are in a main panel. The three panels are next to each other horizontally and fill the main panel vertically. All these panels have round corners instead of standard sharp edges( I have panelExt class inherited from standard panel class). Now I need to have a splitter between 1st and 2nd panels and also between 2nd and 3rd. I think because of having the round edges , when I say left and right panels dock propery to left and right respectively, these panels are shifted down by around 40 pixels and then docked. But I want them to fill the main panel vertically. Is there any work around for this? If there is no solution to this, please suggest any custom splitter which does standard splitter job except for non docked controls. Thanks, VPMahank.