1.

What Are Different Type Of Layouts In Uwp?

Answer»

Windows 10 XAML framework PROVIDES different ways of layout system to make responsive UI.

Fluid layout: Use layout properties and panels (Canvas, Grid, RelativePanel and StackPanel) to provide different ways to size and position their childrens.

Adaptive layout: can help you create a DYNAMIC responsive UI based on the height or width of the device or screen. Ex: AdaptiveTrigger

Tailored layout: A tailored layout is optimized for a SPECIFIC device family or range of screen sizes. Within the device family, the layout should STILL respond and ADAPT to changes within the range of supported window sizes. For exmple with Continuum for Phones, users can connect their phones to a monitor, mouse, and keyboard. This capability blurs the lines between phone and desktop device families.

Windows 10 XAML framework provides different ways of layout system to make responsive UI.

Fluid layout: Use layout properties and panels (Canvas, Grid, RelativePanel and StackPanel) to provide different ways to size and position their childrens.

Adaptive layout: can help you create a dynamic responsive UI based on the height or width of the device or screen. Ex: AdaptiveTrigger

Tailored layout: A tailored layout is optimized for a specific device family or range of screen sizes. Within the device family, the layout should still respond and adapt to changes within the range of supported window sizes. For exmple with Continuum for Phones, users can connect their phones to a monitor, mouse, and keyboard. This capability blurs the lines between phone and desktop device families.



Discussion

No Comment Found