ComboBox: [MacCatalyst] Inconsistency in control's width when added in grid star sized column
The width of RadEntry, RadMaskedEntry, and RadComboBox are the same on windows, android and ios. On mac there is difference when the width of the defined Column is set to * in grid:
MacCatalyst:
Windows:
1 comment
ADMIN
Didi
Posted on:20 Dec 2022 09:09
Hello,
The development team researched the case in details and actually this is not a bug. The RadComboBox and the RadEntry have the same width. RadEntry in MacCatalyst is preserving space on its right side for the error icon (validation feature). I have changed the status of the bug to Declined.
Solution:
If you do not use the validation feature of the entry control, you have to set the RadEntry.ReserveSpaceForErrorView property to False.
For all RadEntry controls (including the RadMaskedEntry as it inherits from the RadEntry) you can set the property using implicit style: