Page 1 of 1

Hiding TabPanel Borders

PostPosted: Fri Nov 19, 2004 6:12 pm
by rochard
If you want to hide the border of a tabpanel, you have to set the Border Type property of the form that is being displayed in the tabpanel to EMPTY. Best way to do this, after the fact, is to go to Designer Mode of the Form that contains the tabpanel and double-click on each tab in turn, then set the Border Type.

Hope this saves you some time and frustration trying to find out how to do this.