Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qiu233/winuisharedsizegroup
SharedSizeGroup and IsSharedSizeScope mimic for winui
https://github.com/qiu233/winuisharedsizegroup
grid issharedsizescope sharedsizegroup winui winui3
Last synced: about 1 month ago
JSON representation
SharedSizeGroup and IsSharedSizeScope mimic for winui
- Host: GitHub
- URL: https://github.com/qiu233/winuisharedsizegroup
- Owner: Qiu233
- License: mit
- Created: 2023-10-27T17:35:12.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-05-20T01:32:15.000Z (7 months ago)
- Last Synced: 2024-11-21T00:59:38.525Z (about 1 month ago)
- Topics: grid, issharedsizescope, sharedsizegroup, winui, winui3
- Language: C#
- Homepage:
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# WinUISharedSizeGroup
This repo implements WPF's useful `SharedSizeGroup` and `IsSharedSizeScope` in WinUI, but with some difference.Here's an example showing how to use:
with ```xmlns:h="using:WinUISharedSizeGroup.Helpers"```
```xaml
```
![effect](/screenshots/1.png)
# Difference
1. Requires the extra library `Microsoft.Xaml.Behaviors.WinUI.Managed`
2. Only for columns implemented in this repo, but most code can be reused for row's
3. `SharedSizeGroup` property is attached to the actual content rather than the `ColumnDefinition`, as we have no way to listen to `ColumnDefinition`'s size change