Protected_Protected_Protected_StaticbindedStaticdataStaticdisplayStaticitemStaticitemStaticitemStaticitemStaticitemStaticitemStaticitemStaticitemStaticknownStaticlayoutStaticloadStaticpluginsStaticscrollStaticscrollStaticscrollStaticswipeStaticswipeOptionalcallEvents: booleanAdds a listener for the specified event name.
The event listener to add. Will be called when an event of the given name is raised.
OptionalthisArg: anyAn optional parameter which, when set, will be bound as the
this context when the callback is called. Falsy values will be not be
bound.
Raised when a loaded event occurs.
OptionalthisArg: anyMeasure the view and its content to determine the measured width and the measured height. This method is invoked by measure(int, int) and should be overriden by subclasses to provide accurate and efficient measurement of their contents. When overriding this method, you must call setMeasuredDimension(int, int) to store the measured width and height of this view. Failure to do so will trigger an exception, thrown by measure(int, int).
horizontal space requirements as imposed by the parent. The requirements are encoded with View.MeasureSpec.
vertical space requirements as imposed by the parent. The requirements are encoded with View.MeasureSpec.
Optionalanimated: booleanOptionalsnap: SnapPosition = SnapPosition.STARTOptionalanimation: booleanOptionalpointer: PointerProtectedupdateStaticregisterStaticregister
Used on iOS to auto update cells size if the cell request a layout change (like image itemLoading). Experimental and true by default