Class SlideBoxHandler
- Namespace
- Nalu
- Assembly
- Nalu.Maui.Layouts.dll
Handler for SlideBox.
public class SlideBoxHandler : LayoutHandler, ILayoutHandler, IViewHandler, IElementHandler
- Inheritance
-
SlideBoxHandler
- Implements
- Inherited Members
Remarks
Exists for Android only, where the platform view must intercept axis-aligned drags for slides
hosting scrollables (see SlideBoxViewGroup). Every other platform behaves like
a plain layout and lets the cross-platform pan recognizer drive the drag — on iOS the parent's
recognizer happily recognizes alongside an inner scroll view.