Menu::ScrollDownImageUrl Property
Gets or sets the URL to an image displayed in a dynamic menu to indicate that the user can scroll down for additional menu items.
Assembly: System.Web (in System.Web.dll)
<asp:Menu ScrollDownImageUrl="String" />
Property Value
Type: System::StringThe URL to an image displayed in a dynamic menu to indicate that the user can scroll down for additional menu items. The default value is an empty string (""), which indicates that this property is not set.
This property is not supported in the .NET 4.0 rendering mode. If this property is required, you can set the menu to the .NET 3.5 rendering mode by adding the following in the page's code:
menuInstance.RenderingCompatibility = new Version(3, 5);
Use the ScrollDownImageUrl property to specify a custom image to display at the bottom of each dynamic menu to indicate that the user can scroll down for additional menu items.
Note |
|---|
If this property is not set, the internal, default image is used. |
You can specify alternate text for the image by setting the ScrollDownText property.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Note