GrapeCity MultiRow Windows Forms Documentation
TouchDropDownScale Property


Gets or sets the factor applied to the drop-down item when opening the drop-down using touch behavior.
Syntax
<DefaultValueAttribute()>
<SRDescriptionAttribute("Indicates the factor to apply to a drop-down item while opening the drop-down using touch.")>
<SRCategoryAttribute("ERROR: [Cannot found the resource]")>
<TypeConverterAttribute("GrapeCity.Win.MultiRow.PercentageFloatConverter, GrapeCity.Win.MultiRow, Version=7.20.20141.0, Culture=neutral, PublicKeyToken=0f7a722ee3c2bdd9")>
Public Property TouchDropDownScale As Single
Dim instance As HeaderDropDownContextMenu
Dim value As Single
 
instance.TouchDropDownScale = value
 
value = instance.TouchDropDownScale
[DefaultValue()]
[SRDescription("Indicates the factor to apply to a drop-down item while opening the drop-down using touch.")]
[SRCategory("ERROR: [Cannot found the resource]")]
[TypeConverter("GrapeCity.Win.MultiRow.PercentageFloatConverter, GrapeCity.Win.MultiRow, Version=7.20.20141.0, Culture=neutral, PublicKeyToken=0f7a722ee3c2bdd9")]
public float TouchDropDownScale {get; set;}

Property Value

The factor applied to the drop-down item when opening the drop-down using touch behavior. The default is 1.5f.
Exceptions
ExceptionDescription
System.ArgumentOutOfRangeException The assigned value is less than 1 or greater than 4.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

HeaderDropDownContextMenu Class
HeaderDropDownContextMenu Members

 

 


Copyright © GrapeCity, inc. All rights reserved.