ComboBox.ArrangeOverride Method
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Arranges and sizes the combo box control and its contents.
Assembly: System.Windows (in System.Windows.dll)
'Declaration Protected Overrides Function ArrangeOverride ( _ arrangeBounds As Size _ ) As Size
Parameters
- arrangeBounds
- Type: System.Windows.Size
The size allowed for the combo box control.
Show: