隐藏标签页标签及其周围的边缘

时间:2014-06-02 11:03:34

标签: c# colors hide tabcontrol

我需要隐藏我的tabcontrol周围的边缘。 我可以用以下方法隐藏控件顶部的标签:

   Maintab.Appearance = TabAppearance.FlatButtons; 
   Maintab.ItemSize = new Size(0, 1); 
   Maintab.SizeMode = TabSizeMode.Fixed;

但我仍然有一个灰色边缘。我需要给它一个不同的颜色或让它消失。 The grey edge needs to be removed

0 个答案:

没有答案