picoe / Eto

Cross platform GUI framework for desktop and mobile applications in .NET
Other
3.69k stars 334 forks source link

Support vertical tabs (like Windows 10 Settings UI), optionally icons #2702

Open ris-work opened 1 week ago

ris-work commented 1 week ago

Please let me know if there are better ways of doing this.

Expected Behavior

TabControl supporting vertical tabs (like Settings UI in Windows 10+, MS Edge), icons (similar to Firefox tabs, Chromium tabs)

Code that Demonstrates the Problem

TabControl TC = new TabControl(){Orientation = Vertical}

Thank you!