Winform - Bug on using Tabcontrol with MetroFramework

6

So, I'm having a problem when I use Tabcontrol customized by Modern UI MetroFramework .

It turns out that a bar appears on the upper left side (scrollbar) and only disappears if I give a click event on it. Ex:

I have already looked a lot about and so far I have not found any solutions.

    
asked by anonymous 26.06.2017 / 17:14

1 answer

3

Finally I found the solution ... What happens is that there should be some error related to the Size of the MetroTabControl , then the solution found basically says that you have to fill TabPage with a DockStyle.Fill or simply play a DockStyle.Left to go away with the error.

    
11.08.2017 / 16:27