Site Map | About Us | Contact Us  
 The same content in Microsoft HTML help file format is included in the download package.

Floater.ScrollMode Property

Gets or sets the floater scroll mode.

[Visual Basic]
Public Property ScrollMode As FloaterScrollMode
[C#]
public FloaterScrollMode ScrollMode {get; set;}

Remarks

The Floater control can be fixed both horizontally and vertically, or only fixed on one dimension. Setting this property to a value rather than None allows the Floater to scroll along with the page either vertically or horizontally.

See Also

Floater Class | EO.Web Namespace


Direct link to this topic