EnableKeyboardScroll Property
Gets or sets a value indicating whether scrolling through pages using the keyboard is enabled.
Syntax
'Declaration <CategoryAttribute("PDF")> <DescriptionAttribute("Enables scrolling of pages using the keyboard.")> <DefaultValueAttribute(True)> Public Property EnableKeyboardScroll As Boolean
'Usage Dim instance As PDFPageView Dim value As Boolean instance.EnableKeyboardScroll = value value = instance.EnableKeyboardScroll
[Category("PDF")] [Description("Enables scrolling of pages using the keyboard.")] [DefaultValue(true)] public bool EnableKeyboardScroll {get; set;}
Property Value
True if the pages can be scrolled using the keyboard, false otherwise. Default is true.Requirements
Target Platforms: Windows 7, Windows 10, Windows 11, Windows Server 2022, Windows Server 2025
See Also