This property sets whether the Thumbnail Control can be scrolled horizontally or vertically.

[Visual Basic]Public Property ScrollDirection As ThumbnailScrollDirection
[C#]public ThumbnailLoadMode ScrollDirection {get; set;}

Property Value

This value is of type ThumbnailScrollDirection

Explanation

The ScrollDirection property sets whether the Thumbnail Control can be scrolled horizontally or vertically. If set to Horizontal, the thumbnail control can be scrolled horizontally. If set to Vertical, the Thumbnail Control can be scrolled vertically.

Note: If set to Vertical, the thumbnail images are displayed horizontally (starting from top left toward right). If set to Horizontal, the thumbnail images are displayed vertically (starting from top left downwards).

See Also

Thumbnail Members | Newtone.ImageKit.Win.Thumbnail

 

The ImageKit.NET3 is created by Newtone Corporation