[]
Configurates VirtualizationThreshold. Sets the minimum number of rows and/or columns required to enable virtualization in the ComboBox
public TBuilder VirtualizationThreshold(int value)
| Type | Name | Description |
|---|---|---|
| int | value | The value. |
| Type | Description |
|---|---|
| TBuilder | Current builder. |
The default value for this property is a very big number, meaning virtualization is disabled. To enable virtualization, set its value to 0 or a positive number.