Skip to content

how to make tabpage fill to right #45

@amasahara

Description

@amasahara

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);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions