gui-cs / TerminalGuiDesigner

Forms Designer for Terminal.Gui (aka gui.cs)
MIT License
423 stars 28 forks source link

Slider<T> support #274

Closed tznind closed 8 months ago

tznind commented 8 months ago

Rather than jumping straight onto #267, this View is a nicer way to 'dip toe' into the world of user defined generics.

Scope of this task is to support only value types initiallly e.g. Slider<int> , Slider<double> etc

So initially no support for Slider<MyGameDifficulty> etc