Board index » cppbuilder » TSplitter graphical "fragments"
|
Dirk Schnitzler
CBuilder Developer |
TSplitter graphical "fragments"2005-05-03 06:54:05 PM cppbuilder75 I encountered a graphical problem using TSplitter. I have 3 panels, separated by two splitters (one vertical, one horizontal). When I move the splitters, sometimes graphical "fragments" of the splitter stay on the form until it gets fully repainted (minimizing /restoring, for example). Only if I set the splitter´s property ResizeStyle to rsUpdate (you can see the changes immediately), this effect doesn´t occur. Repainting the whole form in the event handlers "OnResize" of the panels doesn´t work... ( void __fastcall Tfrm_Main::BottomPanelResize(TObject *Sender) { frm_Main->Repaint(); } ) Can somebody help? Regards, Dirk. |
