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

Panel scrollbar update #726

Closed
wants to merge 6 commits into from

Commits on Jul 26, 2022

  1. First Draft

    KenediaDev committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    e1c9603 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2022

  1. Resizing Loop fix

    - Reflow functions now use the *ContentRegion* Width instead of the Width of the Panel
    - Default Scrollbar Padding is 4 px
    - to handle panels inside panels which use FILL to be sized correctly some scrollbar properties have been moved up from (Flow)Panel to Container
    - Content Regions only resize to their VISIBILE childs size instead of accounting for any which resulted in panels to not grow back to smaller sizes when hiding bigger controls
    - Scrollbar now returns the _barBounds.Width instead of the _textureBar.Width
    KenediaDev committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    f26ce9f View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2022

  1. Configuration menu
    Copy the full SHA
    bb67f45 View commit details
    Browse the repository at this point in the history
  2. Fixed a logic error

    KenediaDev committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    72bcab8 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2022

  1. Configuration menu
    Copy the full SHA
    f7d5ab5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a334b55 View commit details
    Browse the repository at this point in the history