Generate Dynamic XAML
WPF
2
Posts
2
Posters
0
Views
1
Watching
-
Is there a way I can create forms dynamically(not load, but create), and get the XAML of the form as the output. Is there a tool that can do it? In which I could specify the location and type of control I want to put on the form? Thanks
As XAML is just XML, you could write it out using the XML features of .NET and then compile it/load it using the XamlReader class.
"WPF has many lovers. It's a veritable porn star!" - Josh Smith
As Braveheart once said, "You can take our freedom but you'll never take our Hobnobs!" - Martin Hughes.