mirror of
https://github.com/Stone-Red-Code/docs-desktop.git
synced 2026-09-06 16:06:07 +02:00
Replace various WPF include files with content (#1335)
* net-current-v30plus-md.md * net-current-v40plus-md.md * tla2sharptla-ui-md.md * tla2sharptla-uiautomation-md.md * tla2sharptla-winclient-md.md * tla2sharptla-xaml-md.md * tlasharptla-ui-md.md * tlasharptla-uiautomation-md.md * tlasharptla-winclient-md.md * tlasharptla-xaml-md.md * fix warnings
This commit is contained in:
@@ -8,13 +8,13 @@ ms.assetid: 6fed9264-18bb-4d05-8867-1fe356c6f687
|
||||
---
|
||||
# Use Automatic Layout Overview
|
||||
|
||||
This topic introduces guidelines for developers on how to write [!INCLUDE[TLA#tla_winclient](../../../includes/tlasharptla-winclient-md.md)] applications with localizable user interfaces (UIs). In the past, localization of a UI was a time consuming process. Each language that the UI was adapted for required a pixel by pixel adjustment. Today with the right design and right coding standards, UIs can be constructed so that localizers have less resizing and repositioning to do. The approach to writing applications that can be more easily resized and repositioned is called automatic layout, and can be achieved by using [!INCLUDE[TLA2#tla_winclient](../../../includes/tla2sharptla-winclient-md.md)] application design.
|
||||
This topic introduces guidelines for developers on how to write WPF application design.
|
||||
|
||||
<a name="advantages_of_autolayout"></a>
|
||||
|
||||
## Advantages of Using Automatic Layout
|
||||
|
||||
Because the [!INCLUDE[TLA2#tla_winclient](../../../includes/tla2sharptla-winclient-md.md)] presentation system is powerful and flexible, it provides the ability to layout elements in an application that can be adjusted to fit the requirements of different languages. The following list points out some of the advantages of automatic layout.
|
||||
Because the WPF presentation system is powerful and flexible, it provides the ability to layout elements in an application that can be adjusted to fit the requirements of different languages. The following list points out some of the advantages of automatic layout.
|
||||
|
||||
- UI displays well in any language.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user