Yann Zahringer Ferrando
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...
## 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`...
## 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 {...