thielj / MetroFramework

Metro UI of Windows 8 for .NET Windows Forms applications
http://thielj.github.io/MetroFramework
Other
396 stars 225 forks source link

Weird artifact with MetroTabControl #98

Open TheMeq opened 6 years ago

TheMeq commented 6 years ago

There is a weird gray bar appearing in the top left of my tab control, Not sure why it is there, what it is, or how to switch it off. When the corner is hovered over during runtime, it turns black, and the whole thing disappeares after clicking it. Any ideas how to get rid of this?

capture capture2

evilhawk00 commented 6 years ago

Same problem here, found https://stackoverflow.com/questions/36406756/datagridview-strange-layout-in-upper-left-corner the BringToFront() works for me.

xchaosmods commented 6 years ago

Change horizontal and vertical scrollbar width properties to 0

hg9x commented 5 years ago

Thanks evilhawk00