Tamilarasan Paranthaman
Tamilarasan Paranthaman
### Description The **`TapGestureRecognizer.Tapped`** event does not function properly when the view is clipped. The event listener for the clipped view was triggered when tapping on an unclipped other view...
### Describe the bug - An improper shadow appearance occurs at the bottom of the CommandBarOverflowPresenter when applying a background to the CommandBar. ```Xaml ``` ### Steps to reproduce the...
### Root Cause of the issue If the span is wrapped across two lines, the Android Text layout method GetLineVisibleEnd returns the position right after the last visible character on...
### Root Cause of the issue The CollectionView seems to centre the item if only one exists. We had already adjusted the `HorizontalAlignment` for the `VerticalGrid` layout when a single...
### Root Cause of the issue When setting normal text dynamically, the previously set attributed text decoration remains. When trying to set new attributed text decoration, both the previously set...
### Root Cause: - The `ItemSpacing` was set in the `MauiRecyclerView` even when the `ItemsSource` was `null`. As a result, the default padding occupied space in the `MauiRecyclerView`. ### Description...
### Root cause of the issue : 1. Attempting to set the clip, the layout process might not be complete for the content (VisualElement), which can cause an unhandled exception....