Click or drag to resize
KaxComboBoxOffsetY Property
Gets or sets a value indicating the vertical offset of the combobox dropdown.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public int OffsetY { get; set; }

Property Value

Type: Int32
An integer specifying the vertical offset of the combobox dropdown(measured in pixels). The default value is 0 (no offset).
Remarks

Use the OffsetY property to change the position where the combobox dropdown will appear.

To customize the horizontal offset use the OffsetX property.

See Also