Click or drag to resize
ListBoxVerticalAlign Enumeration
Specifies the vertical alignment of buttons

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public enum ListBoxVerticalAlign
Members
  Member nameValueDescription
Top0 The buttons are aligned with the top of the listbox
Middle1 The buttons are aligned with the middle of the listbox
Bottom2 The buttons are aligned with the bottom of the listbox
See Also