Property IntegralHeight
IntegralHeight
Indicates if the list box should avoid showing partial items. If so, then only full items will be displayed, and the list box will be resized to prevent partial items from being shown. Otherwise, they will be shown. Default is true.
public virtual bool IntegralHeight { get; set; }