elw00d/consoleframework

Programmatical (vs XAML) example?

Closed this issue · 2 comments

All examples I saw so far use XAML files. Is there example how to code UI programmatically, by instantiate objects and calling methods?

Hello, there are some information about it at this page : http://elw00d.github.io/consoleframework/xaml.html

Also, there are the oldest example program listed in https://github.com/elw00d/consoleframework/blob/master/Examples/Program.cs file

Hope it will help

That answers it, thanks!