Managing Windows
WPF allows managing windows similarly to Windows Forms, although there are some obvious differences, such as the fact that WPF windows can be considered as the root container for all other child panels when arranging UI elements. Whatever way you decide to apply windows properties, at design time such properties are addressed in XAML code, but you are also allowed to set them at runtime in Visual Basic code. Available properties allow establishing the window startup position, its resize mode, its appearance on the task bar, and so on. Table 31.2 summarizes the most important available properties.
Table 31.2 Window’s Properties
You can take advantage of the Properties tool window for setting the previously mentioned properties ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access