Skip to content
This repository has been archived by the owner on Feb 17, 2021. It is now read-only.

Added AutoRotateStackLayout #222

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Added AutoRotateStackLayout #222

wants to merge 1 commit into from

Commits on Jul 30, 2018

  1. Added AutoRotateStackLayout

    - The AutoRotateStackLayout displays its contents along the horizontal axis by default.
    - If the contents do not fit along the horizontal axis, the AutoRotateStackLayout switchs
      to displaying them along the vertical axis.
    - The AutoRotateStackLayout uses to StackLayouts to implement its behavior.
    - Also added AutoRotateStackViewController to demonstrate the use of AutoRotateStackLayout.
    - Added unit tests.
    Nitin Badakh authored and nbadakh committed Jul 30, 2018
    Configuration menu
    Copy the full SHA
    1037489 View commit details
    Browse the repository at this point in the history