MetroSet-UI icon indicating copy to clipboard operation
MetroSet-UI copied to clipboard

how to make tabpage fill to right

Open amasahara opened this issue 4 years ago • 0 comments

i set font size of tabpage header more bigger but width not resize width to right base tabpage content. my custom code in form_load

tabControl.Font = new Font("Times New Roman", 20, FontStyle.Bold); tabControl.SizeMode = TabSizeMode.FillToRight; tabControl.DrawMode = TabDrawMode.OwnerDrawFixed; tabControl.ItemSize = new Size(tabCauHoi.Width / tabCauHoi.TabCount, 70);

amasahara avatar Jul 06 '21 09:07 amasahara