How to let a .NET MAUI CollectionView take up all space and distibute its items evenly?
I try to create a MAUI XAML page with MVVM which should display several groups of buttons that are arranged in columns like in the picture below, but I want the column’s width to take up all available space evenly. Also all buttons inside the columns should resize their height to take up all space based on the column with the most buttons.