Hello All,
Is there anything in Kotlin that can give me similar “native looking” GUI controls when creating Windows desktop programs, such as those found in Visual Studio when using C#?
See screenshot for sample Windows controls.
I like the idea of Kotlin for Android and back-end Web development, but Visual Studio makes it very easy to quickly throw together a desktop form and write some code behind the controls.
A Windows program should look like a Windows program, not a rudimentary smartphone or tablet interface
Is there anything in Kotlin that provides a GUI similar to WinForms?
Thanks!