-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Description
I have follow the LoanCalculator sample to add images in Increment and Decrement button settings. When I have run the application in both platform I have face different issues.
1 Android Output
-Up/Down buttons showing in very big size, I'm not able to resize it.
2 iOS Output
-Up/Down buttons not showing at all
<CustomControl:CustomSFNumeric.IncrementButtonSettings ButtonHeight="25" ButtonWidth="25">
<numericUpDown:UpDownButtonSettings>
<numericUpDown:UpDownButtonSettings.ButtonView>
<Image Source="{resource:ImageConverter Coeqwety.Images.plus.png}"
HeightRequest="15" WidthRequest="15"/>
</numericUpDown:UpDownButtonSettings.ButtonView>
</numericUpDown:UpDownButtonSettings>
</CustomControl:CustomSFNumeric.IncrementButtonSettings>
<CustomControl:CustomSFNumeric.DecrementButtonSettings ButtonHeight="25" ButtonWidth="25">
<numericUpDown:UpDownButtonSettings>
<numericUpDown:UpDownButtonSettings.ButtonView>
<Image Source="{resource:ImageConverter Coeqwety.Images.minus.png}"
HeightRequest="15" WidthRequest="15" />
</numericUpDown:UpDownButtonSettings.ButtonView>
</numericUpDown:UpDownButtonSettings>
</CustomControl:CustomSFNumeric.DecrementButtonSettings>
UPDATE:
Setting Fixed Height and Width Manually resolved the issue in iOS but in android icons HEIGHT this issue still persist.
Versions used :
Syncfusion : 17.4.0.44
Xamarin.Forms : 4.6.0.726
Thanks for your assistance on how to correct this issue.
Best regards !
Metadata
Metadata
Assignees
Labels
No labels