Board index » cppbuilder » painting TPageControl without a border
Mike Collins
![]() CBuilder Developer |
painting TPageControl without a border2007-03-26 08:43:26 AM cppbuilder25 Hi all, just a quick question, I working on a wizard style dialog and I'm trying to use the TPageControl and TTabSheets to manage and structure this. However I need to paint the PageControl and child tabsheets without any borders. I'm more or less achieved this by setting the Style to tsFlatButton and then setting the TabVisible to false for each tabsheet. However, the page control is still painted with border - even if it is the same colour as the parent control. Is it possible to paint the TPageControl without a border of anykind. Many thanks in advance, Mike C |