BlueMystical / Dark-Mode-Forms

Apply Dark Mode to all Controls in a Form [WinForms]
GNU General Public License v3.0
106 stars 14 forks source link

`FlatTabControl` not works under light (default) mode? #46

Closed lzcapp closed 1 month ago

lzcapp commented 1 month ago

Snipaste_2024-09-12_14-40-16

Snipaste_2024-09-12_15-00-32

FlatTabControl not works under light (default) mode?

BlueMystical commented 1 month ago

it should work, thanks for reporting this, ill get to fix it

lzcapp commented 1 month ago

@BlueMystical I have a treeview control that docked inside the tabpage, it works well with the normal TabControl, but with FlatTabControl, the contorl seems to be unable to dock anymore (shrinked). PS: I works with the winform designer, and because I originally uses the TabControl, I simply changes the TabControl to FlatTabControl in the designer source code.

image image

Thank you for looking into this issue and wish you a nice day! ❤️

lzcapp commented 1 month ago

Seems fine now, oddly enough. (I think VS's desinger is to be blamed. I have seen many wierd things with it.) @BlueMystical Thanks again!

BlueMystical commented 1 month ago

Great!, thanks for letting me know.