summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.iOS/ContextActionCell.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Xamarin.Forms.Platform.iOS/ContextActionCell.cs')
-rw-r--r--Xamarin.Forms.Platform.iOS/ContextActionCell.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/Xamarin.Forms.Platform.iOS/ContextActionCell.cs b/Xamarin.Forms.Platform.iOS/ContextActionCell.cs
index d5821913..45f54340 100644
--- a/Xamarin.Forms.Platform.iOS/ContextActionCell.cs
+++ b/Xamarin.Forms.Platform.iOS/ContextActionCell.cs
@@ -251,6 +251,11 @@ namespace Xamarin.Forms.Platform.iOS
_scroller.SetContentOffset(new PointF(ScrollDelegate.ButtonsWidth, 0), false);
else
_scroller.SetContentOffset(new PointF(0, 0), false);
+
+ if (ContentCell != null)
+ {
+ SelectionStyle = ContentCell.SelectionStyle;
+ }
}
protected override void Dispose(bool disposing)