Last Updated:
21 Mar 2025 11:45
by ADMIN
CollectionView: [iOS] [MacCatalyst] Button text inside the template gets cut off when updated and using MAUI 9.0.40
Steps to Reproduce
1. Create a RadCollectionView with an ObservableCollection<ButtonModel> as the ItemsSource.
2. Use a DataTemplate inside RadCollectionView.ItemTemplate to display buttons.
3. Bind button properties (IsOddClick, IsEvenClick) that should change on click.
4. Click the button inside the RadCollectionView and observe that:
5. The text updates correctly, but part of it is cut off. It seems the text does not expand