Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WinUI] ScrollView Resize + Window Handler Resize #1676

Merged
merged 6 commits into from
Jul 20, 2021

Commits on Jul 20, 2021

  1. WinUI-only ScrollBarHandler (#1671)

    hartez authored and Redth committed Jul 20, 2021
    Configuration menu
    Copy the full SHA
    bb01bd0 View commit details
    Browse the repository at this point in the history
  2. Re-measure scrollviewer on native arrange

    The scrollviewer seems to need to measure again when the handler is being native arranged.  Simply calling .arrange on the native view didn't reset the size to the requested bounds, it needs to be told to resize first, otherwise it stays >= the content size.
    Redth committed Jul 20, 2021
    Configuration menu
    Copy the full SHA
    50e72de View commit details
    Browse the repository at this point in the history
  3. Resize root panel content on window size changed

    This resizes the root panel's contents when the window size changes
    Redth committed Jul 20, 2021
    Configuration menu
    Copy the full SHA
    fd31c5f View commit details
    Browse the repository at this point in the history
  4. Measure Page in RootPanel MeasureOverride

    hartez authored and Redth committed Jul 20, 2021
    Configuration menu
    Copy the full SHA
    7b4aa52 View commit details
    Browse the repository at this point in the history
  5. Remove defunct code from demos

    hartez authored and Redth committed Jul 20, 2021
    Configuration menu
    Copy the full SHA
    3e06458 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7c66b51 View commit details
    Browse the repository at this point in the history