'Declaration
Public Property MaxDropDownHeightRequest As Double
'Usage
Dim instance As ComboBox Dim value As Double instance.MaxDropDownHeightRequest = value value = instance.MaxDropDownHeightRequest
public double MaxDropDownHeightRequest {get; set;}
Property Value
The default value is 500.
Note that scrolling will be available if the Height is too low to display all of the items contained in the ItemsSource.