Thraka / SadConsole

A .NET ascii/ansi console engine written in C# for MonoGame and XNA. Create your own text roguelike (or other) games!
MIT License
1.22k stars 120 forks source link

Added tab control and associated themes #326

Closed arxae closed 1 year ago

arxae commented 1 year ago

Added tab control with a theme for horizontal tab placement (top/bottom) and vertical (left/right). Also includes a vertical theme for the Button since the vertical tabcontrol requires this.

Tabcontrol works under a "bring your own console" way. The tab control will control the visibility and also includes the option to make sure the console is always in the correct position. Also an option to create set the view based on tabcontrol size.