Table of Contents

TSpinProperties Class

Spin properties of a scrollbar, spinner, listbox or combobox.

Syntax

Namespace: FlexCel.Core

public class TSpinProperties

Constructors

Methods

Name Description
Equals Returns true if both objects have the same data.
GetHashCode Hashcode for the object.
Clone Creates a copy of the data.

Properties

Name Description
Min Minimum value for the spinner/scrollbar.
Max Maximum value for the spinner/scrollbar.
Incr How much the scrollbar moves when you press the up or down arrow. You will probably want to keep this at 1.
Page How much the scrollbar moves when you press pgup/down.
Dx Width of the scrollbar. It should normally be 16.
IsHorizontal If used in a scrollbar, this property defines if the scrollbar is horizontal or vertical.