# ScrollProperties

Namespace: **Wisej.Web**

Assembly: **Wisej.Framework** (4.0.0.0)

Encapsulates properties related to scrolling.

{% tabs %}
{% tab title="C#" %}

```csharp
public class ScrollProperties
```

{% endtab %}

{% tab title="VB.NET" %}

```visual-basic
Public Class ScrollProperties
```

{% endtab %}
{% endtabs %}

## Properties

### ![](https://1075938901-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2HvlWXJQMV7DxhGzw7Y1%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media) Orientation

[ScrollOrientation](https://docs.wisej.com/api/wisej.web/enumerations/wisej.web.scrollorientation): Returns the orientation of the scrollbar. (Default: `False`)

### ![](https://1075938901-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2HvlWXJQMV7DxhGzw7Y1%2Fuploads%2Fgit-blob-9bf7fa01e02f4da0f9ef90d3b049ae43e664919e%2Fprotected.png?alt=media) Owner

[Control](https://docs.wisej.com/api/wisej.web/general/control): The control that owns the scrollbar.

### ![](https://1075938901-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2HvlWXJQMV7DxhGzw7Y1%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media) Value

[Int32](https://docs.microsoft.com/dotnet/api/system.int32): Returns or sets a numeric value that represents the current position of the scroll bar. (Default: `0`)

### ![](https://1075938901-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2HvlWXJQMV7DxhGzw7Y1%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media) Visible

[Boolean](https://docs.microsoft.com/dotnet/api/system.boolean): Returns whether the scroll bar is visible. (Default: `False`)

## Inherited By

| Name                                                                                                    | Description                                                                                                                        |
| ------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- |
| [HScrollProperties](https://docs.wisej.com/api/wisej.web/content/scrollbar/wisej.web.hscrollproperties) | Provides basic properties for the [HScrollBar](https://docs.wisej.com/api/wisej.web/content/scrollbar/wisej.web.hscrollbar)        |
| [VScrollProperties](https://docs.wisej.com/api/wisej.web/content/scrollbar/wisej.web.vscrollproperties) | Provides basic properties for the [VScrollBar](https://docs.wisej.com/api/wisej.web/content/scrollbar/wisej.web.vscrollbar) class. |
