Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Added OpenMode property for DrawerHost #789
Conversation
- so that to be consistent with the DialogHost, which also have this property
- but now it is not possible to close a pinned drawer
- will do animation now
09d89c0
to
f3f2d5d
f3f2d5d
to
7e9fa3c
|
TODO Items before release
|
@ButchersBoy I've already implemented the OpenModeProperty for DrawerHost, but I'm not sure if the API looks like what you want.
Currently, the API looks like this :
Issues : If OpenMode is set to Pinned, all the drawers works as expected, however only the BottomDrawer does not push the main content when it is opened. I'm not sure why though.