HScrollPixel Property
Gets or sets a value indicating whether it enables horizontal pixel scrolling for the grid.
Syntax
'Declaration <DefaultValueAttribute(False)> <BrowsableAttribute(True)> <CategoryAttribute("Scrolling")> <DescriptionAttribute("Defines whether the horizontal pixel scrolling is enabled.")> Public Property HScrollPixel As Boolean
'Usage Dim instance As GridControlBase Dim value As Boolean instance.HScrollPixel = value value = instance.HScrollPixel
[DefaultValue(false)] [Browsable(true)] [Category("Scrolling")] [Description("Defines whether the horizontal pixel scrolling is enabled.")] public bool HScrollPixel {get; set;}
AssemblyVersion
Syncfusion.Grid.Windows: 17.3460.0.26
See Also