Search Results

0
votes

Splitting WPF interface across multiple Xaml files

Use styles and user controls. Divide your interface on smaller parts and code them in another xaml files. Example: <Window> <VeryBigControl> <VeryBig …