9 references to SwipeItemWidth
Microsoft.Maui.Controls.Compatibility (9)
iOS\Renderers\SwipeViewRenderer.cs (9)
456
swipeItemsWidth = (items != null ? items.Count : 0) *
SwipeItemWidth
;
928
actionSize = Element.RightItems.Count *
SwipeItemWidth
;
933
actionSize = Element.LeftItems.Count *
SwipeItemWidth
;
1166
actionSize = Element.RightItems.Count *
SwipeItemWidth
;
1171
actionSize = Element.LeftItems.Count *
SwipeItemWidth
;
1312
return new Size(items.Mode == SwipeMode.Execute ? (threshold > 0 ? threshold : contentWidth) / items.Count : (threshold <
SwipeItemWidth
?
SwipeItemWidth
: threshold), contentHeight);
1324
swipeItemWidth = threshold >
SwipeItemWidth
? threshold :
SwipeItemWidth
;