SpreadsheetGear 2017
VerticalScrollbarsPresenter Class
Members 






SpreadsheetGear.Windows.Controls Namespace : VerticalScrollbarsPresenter Class
Used within the template of a WorkbookView to specify the location in the control's visual tree where the vertical scrollbars are to be added.
Object Model
VerticalScrollbarsPresenter Class
Syntax
'Declaration
 
<System.Windows.Markup.ContentPropertyAttribute("Children", True)>
Public NotInheritable Class VerticalScrollbarsPresenter 
   Inherits System.Windows.Controls.Panel
'Usage
 
Dim instance As VerticalScrollbarsPresenter
[System.Windows.Markup.ContentProperty("Children", true)]
public sealed class VerticalScrollbarsPresenter : System.Windows.Controls.Panel 
public class VerticalScrollbarsPresenter = class(System.Windows.Controls.Panel)sealed; 
System.Windows.Markup.ContentPropertyAttribute("Children", )
public sealed class VerticalScrollbarsPresenter extends System.Windows.Controls.Panel
[System.Windows.Markup.ContentProperty("Children", true)]
public __gc __sealed class VerticalScrollbarsPresenter : public System.Windows.Controls.Panel 
[System.Windows.Markup.ContentProperty("Children", true)]
public ref class VerticalScrollbarsPresenter sealed : public System.Windows.Controls.Panel 
Inheritance Hierarchy

System.Object
   System.Windows.DependencyObject
      System.Windows.UIElement
         System.Windows.FrameworkElement
            System.Windows.Controls.Panel
               SpreadsheetGear.Windows.Controls.VerticalScrollbarsPresenter

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

VerticalScrollbarsPresenter Members
SpreadsheetGear.Windows.Controls Namespace