Extensible Application Markup Language (XAML) is an XML language used for defining user interfaces in WPF and Silverlight
8
votes
1answer
273 views
Does my code conform to modern conventions?
I've spent a few days making the transition from WinForms to WPF, and do not have much time for tutorials as the work needs to be done quickly. I was wondering if anyone could take a look at a sample ...
4
votes
1answer
244 views
Is nesting grids a good idea?
I find myself nesting a lot of grids inside grids in WPF.
I just found myself 3 Grids deep, and stopped to think: "Should I be doing this?"
Is there some kind of performance cost?
Is it ...
1
vote
1answer
106 views
Putting items next to each other
So I want to put some text next to it's lable.
(both of which are text blocks - which are faster than lables as I understand it)
The best way i've found for doing this is a strack panel.
So I have, ...