c# - Different sized TabPage items within the same TabControl -
c# - Different sized TabPage items within the same TabControl -
i have tabcontrol
multiple tabpage
items.
is possible create 1 tabpage
different size rest, while keeping tabs within same control? i'm trying resize actual pages themselves, not tab icons.
if want create 1 tab larger can add together bunch of spaces in tab's text property until desired size.
if want resize tabcontrol each tab add together code selectedindexchanged
event resize tabcontrol based on tab selected. though, don't know if recommend ux perspective.
c# winforms resize tabcontrol tabpage
Comments
Post a Comment