Interface IScrollable
.NET interface skeleton to be manually developed following https://docs.oracle.com/en/java/javase/11/docs/api/java.desktop/javax/swing/Scrollable.html
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)