Indicates if the listbox should avoid showing partial Items. If so, then only full items will be displayed, and the listbox will be resized to prevent partial items from being shown. Otherwise, they will be shown
[Visual Basic] Public Property IntegralHeight As Boolean [C#] public bool IntegralHeight {get; set;} [C++] public: __property bool get_IntegralHeight(); public: __property void set_IntegralHeight(bool); [JScript] public function get IntegralHeight() : Boolean; public function set IntegralHeight(Boolean);
a boolean indicating if only full items will be shown