hi!
finally i understood when i have the issue.
we have 2 issues:
1 - related to previous post where i can fix just adding a frame (low priority since i found a workaround)
2- this is the main issue: i have a listview and in each item i have a button and a slider. Based on bounded item property just one of the is enable. Checked property of the button and Value property of the slider are both bounded to the same object property and here is the problem. Even if one control is disable seems that is still enable because i have a Command in it that override the isenabled property. The issue is present just on IOS and here you can find a possible solution that is not working with SFbutton but seems working with standard button:
- https://forums.xamarin.com/discussion/47857/setting-buttons-isenabled-to-false-does-not-disable-button
- https://xamarin.github.io/bugzilla-archives/32/32899/bug.html
- https://www.damirscorner.com/blog/posts/20201127-DisableAButtonWithCommandInXamarinForms.html
at the end the solution proposed is to put IsEnabled after Command but in SF button is not working.
can you help me please?
ii add a sample code. (please add, i forgot.....
Syncfusion.XForms.iOS.Border.SfBorderRenderer.Init();
Syncfusion.XForms.iOS.Buttons.SfButtonRenderer.Init();
)
thanks
Attachment:
RangeSliderFreeze1473083151_79912314.zip