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

Bring over Sizer controls to main repo #26

Merged
merged 5 commits into from
Apr 19, 2023
Merged

Bring over Sizer controls to main repo #26

merged 5 commits into from
Apr 19, 2023

Commits on Apr 18, 2023

  1. Configuration menu
    Copy the full SHA
    5158fec View commit details
    Browse the repository at this point in the history
  2. Import current SizerBase component from WCT Labs to 'Sizers' and upda…

    …te namespace to CommunityToolkit.WinUI.Controls
    michael-hawker committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    006543f View commit details
    Browse the repository at this point in the history
  3. Fixes #388 SizerBase Orientation Property

    Removes Mouse Extension from XAML Template and does in code-behind as to remove the need to set the Cursor property directly via binding
    By setting the Cursor DependencyProperty we were losing our detection mechanism, now if it's set it's an explicit override, otherwise we use our logic based on Orientation property
    Also, switches to new CommunityToolkit.*.Extensions Dependency vs. old copies of Tree helpers
    Fixes some doc typos
    Bumps version, tested on UWP, WASDK, and Uno.UI/WASM
    michael-hawker committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    62682ff View commit details
    Browse the repository at this point in the history
  4. Adding modern styles (#2)

    * Adding modern style
    
    * Address feedback
    
    * Fixing wrong state names
    niels9001 authored and michael-hawker committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    28b36ca View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

  1. Configuration menu
    Copy the full SHA
    069164c View commit details
    Browse the repository at this point in the history