IScrollableItemStyle Interface

ItemStyle must implement this to be scrollable.

Definition

Namespace: BeeMobile.TouchList
Assembly: BeeMobile.TouchList.NET48 (in BeeMobile.TouchList.NET48.dll) Version: 4.8.5.24
C#
public interface IScrollableItemStyle

Properties

Bounds Gets the bounds of the ItemStyle.
ScrollingEnabled Enable or disable scrolling on ItemStyle.

Methods

GetDocumentDimensions Calculates the dimension of the document, based on graphics and data.
GetViewDimensions Returns the size of the view windows of ItemStyle.

See Also