Skip to content
New issue

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

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

Already on GitHub? # to your account

Optional show hidden LayoutAnchorable on hover #267

Merged
merged 3 commits into from
May 1, 2021

Commits on Apr 28, 2021

  1. Add option to not show anchorable on hover

    For our use case, it is nice if we have the option to not unhide an
    anchorable when the mouse enters the docked tab. This adds an optional
    property to control this behavior. The default is to show on hover
    just like always. Serialization support is included.
    corytodd committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    f207b76 View commit details
    Browse the repository at this point in the history
  2. Revert change to TestApp.MainWindow.xaml

    Leave the test app alone
    corytodd committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    c84f360 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2021

  1. pr fixes

    Document changes relating to this new behavior
    corytodd committed Apr 30, 2021
    Configuration menu
    Copy the full SHA
    e845e66 View commit details
    Browse the repository at this point in the history