Yann Zahringer Ferrando

Results 13 issues of Yann Zahringer Ferrando

### Problem to solve It would be useful to have a component to manage a gallery of images or videos. It would also support the modal image gallery (lightbox). Masonry...

T: feature
C: New Component

## Summary In addition of the `IDialogAware`, provide a Dialog ViewModel initialization, similar of `IInitialize` and `IInitializeAsync` of page navigation. ## API Changes Add the equivalent of `IInitialize & IInitializeAsync`...

enhancement
Commercial Plus :rocket:

## Summary Support Minimum and Maximum Width/Height of Grid Column/Row definitions. Same as WinUI: - [ColumnDefinition.MinWidth](https://docs.microsoft.com/en-us/windows/winui/api/microsoft.ui.xaml.controls.columndefinition.minwidth) - [ColumnDefinition.MaxWidth](https://docs.microsoft.com/en-us/windows/winui/api/microsoft.ui.xaml.controls.columndefinition.maxwidth) - [RowDefinition.MinHeight](https://docs.microsoft.com/en-us/windows/winui/api/microsoft.ui.xaml.controls.rowdefinition.minheight) - [RowDefinition.MaxHeight](https://docs.microsoft.com/en-us/windows/winui/api/microsoft.ui.xaml.controls.rowdefinition.maxheight) ## API Changes ````cs public class ColumnDefinition {...

t/enhancement ☀️
proposal/open
area-layout