Skip to content

Commit

Permalink
docs: added Screenshot in controls
Browse files Browse the repository at this point in the history
  • Loading branch information
Darsh0307 committed Nov 29, 2023
1 parent 1ba0cdf commit e498888
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
Binary file added doc/assets/DrawerControls.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/assets/DrawerFlyoutPresenter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/assets/chips.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions doc/controls/ChipAndChipGroup.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ xmlns:utu="using:Uno.Toolkit.UI"
</utu:Chip.Icon>
</utu:Chip>
```
![](../assets/chips.png)


## Lightweight Styling

Expand Down
1 change: 1 addition & 0 deletions doc/controls/DrawerControl.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ xmlns:utu="using:Uno.Toolkit.UI"
</utu:DrawerControl.DrawerContent>
</utu:DrawerControl>
```
![](../assets/DrawerControls.png)

#### NavigationView with drawer
The `DrawerControl` can also be used to enhance [`NavigationView` (muxc)](https://docs.microsoft.com/en-us/windows/winui/api/microsoft.ui.xaml.controls.navigationview?view=winui-3.0) with gesture support, using the `DrawerNavigationViewStyle`:
Expand Down
3 changes: 3 additions & 0 deletions doc/controls/DrawerFlyoutPresenter.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,9 @@ Example:
</Flyout>
</Button.Flyout>
</Button>

![](../assets/DrawerFlyoutPresenter.png)

```
> note: Here `VisibleBoundsPadding.PaddingMask` is used to prevent the content from being placed outside of the user-interactable area on mobile devices.
Expand Down

0 comments on commit e498888

Please sign in to comment.