Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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