Programmatical (vs XAML) example?
Closed this issue · 2 comments
pfalcon commented
All examples I saw so far use XAML files. Is there example how to code UI programmatically, by instantiate objects and calling methods?
elw00d commented
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
pfalcon commented
That answers it, thanks!