The following tables list the members exposed by ISupportIntegralResizing.
Public Properties
| Name | Description |
 | IntegralHeight | Gets or sets a boolean value indicating if the height of the control should be adjusted to completely display the last visible item in the dropdown. |
 | IntegralWidth | Gets or sets a boolean value indicating if the width of the control should be adjusted to completely display the visible items in the dropdown. |
Top
Public Methods
| Name | Description |
 | GetPreferredHeight | Returns the height required to fit the maximum number of items within the specified height. |
 | GetPreferredWidth | Returns the width required to fit the maximum number of items within the specified width. |
Top
See Also