[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.EditBase.TouchDropDownScale

TouchDropDownScale Property

TouchDropDownScale

Gets or sets the factor applies to dropdown item while opening dropdown by touch behavior.

Declaration
[TypeConverter(typeof(PercentageFloatConverter))]
public float TouchDropDownScale { get; set; }
<TypeConverter(GetType(PercentageFloatConverter))>
Public Property TouchDropDownScale As Single
Property Value
Type Description
float

The factor applies to dropdown item while opening dropdown by touch behavior. The default is 1.5f.

Exceptions
Type Condition
ArgumentOutOfRangeException

The assigned value is less than 1 or greater than 4.