Skip to content

Commit

Permalink
Merge pull request #114 from leocb/Issue#68
Browse files Browse the repository at this point in the history
Fix arrow appearing when a large number of tabs is created
  • Loading branch information
leocb committed Sep 23, 2020
2 parents 519a9da + 6b36866 commit efb3019
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions MaterialSkin/Controls/MaterialTabControl.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@

public class MaterialTabControl : TabControl, IMaterialControl
{
public MaterialTabControl()
{
Multiline = true;
}

[Browsable(false)]
public int Depth { get; set; }

Expand Down

0 comments on commit efb3019

Please sign in to comment.