MetroFramework icon indicating copy to clipboard operation
MetroFramework copied to clipboard

Weird artifact with MetroTabControl

Open TheMeq opened this issue 8 years ago • 3 comments

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

TheMeq avatar Aug 25 '17 09:08 TheMeq

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

evilhawk00 avatar Feb 04 '18 13:02 evilhawk00

Change horizontal and vertical scrollbar width properties to 0

xchaosmods avatar Apr 06 '18 21:04 xchaosmods

Thanks evilhawk00

hg9x avatar Nov 05 '18 08:11 hg9x