Interface IScrollable
.NET interface for TO BE DEFINED FROM USER
public interface IScrollable
Properties
PreferredScrollableViewportSize
Dimension PreferredScrollableViewportSize { get; }
Property Value
ScrollableTracksViewportHeight
bool ScrollableTracksViewportHeight { get; }
Property Value
ScrollableTracksViewportWidth
bool ScrollableTracksViewportWidth { get; }
Property Value
Methods
GetScrollableBlockIncrement(Rectangle, int, int)
int GetScrollableBlockIncrement(Rectangle arg0, int arg1, int arg2)
Parameters
Returns
GetScrollableUnitIncrement(Rectangle, int, int)
int GetScrollableUnitIncrement(Rectangle arg0, int arg1, int arg2)