Καλώς ορίσατε στο dotNETZone.gr - Σύνδεση | Εγγραφή | Βοήθεια

C# and .NET Tips and Tricks

Quests in programming in .NET

Απρίλιος 2009 - Δημοσιεύσεις

Instantiating a class written in XAML from code.
There are some times when you want to write a specific framgent of the UI in XAML and then intantiate it in a code-behind file. This can also lead to the strange situation of being able to change the UI design completely afer the application has been compiled and shipped. Here is how such thing can be done: Suppose that you have written the following XAML code: < StackPanel xmlns ="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns : x ="http://schemas.microsoft.com/winfx/2006/xaml"

Διαβάστε περισσότερα »

Posted: Παρασκευή, 17 Απριλίου 2009 3:14 μμ από iwannis | 0 σχόλια
Δημοσίευση στην κατηγορία: