Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.10
|
Leadtools.WinForms Namespace > RasterThumbnailBrowser Class : ScrollStyle Property |
[CategoryAttribute("Behavior")] [DescriptionAttribute("Specifies the direction the control scrolls the displayed items.")] public RasterImageListScrollStyle ScrollStyle {get; set;}
'Declaration <CategoryAttribute("Behavior")> <DescriptionAttribute("Specifies the direction the control scrolls the displayed items.")> Public Property ScrollStyle As RasterImageListScrollStyle
'Usage Dim instance As RasterThumbnailBrowser Dim value As RasterImageListScrollStyle instance.ScrollStyle = value value = instance.ScrollStyle
[CategoryAttribute("Behavior")] [DescriptionAttribute("Specifies the direction the control scrolls the displayed items.")] public: property RasterImageListScrollStyle ScrollStyle { RasterImageListScrollStyle get(); void set ( RasterImageListScrollStyle value); }
This example fills a RasterImageList control with 10 items. It will then show the difference between vertical and horizontal scrolling styles.