ComponentOne Menu for ASP.NET AJAX: Menu Behavior > Menu Scrolling > Scroll Button Styles

Scroll Button Styles

You can apply unique styles for each type of scroll button. Additionally, you can apply styles to the different states of the scrollbar buttons.

The following table lists the available styles for each scrollbar button:

 

Scroll Button Style

Description

Example

BottomButtonActiveCssClass

Gets the Css class for the active scroll button.

.C1Menu_VisualStyleName_ScrollButtonActiveBottom

}

}

BottomButtonCssClass

Gets the Css class for the bottom scroll button.

.C1Menu_VisualStyleName_ScrollButtonBottom

{

margin:0 0 0 0;

            background:#c7c7c7 url(images/arrow_scroll_bottom.gif) center center no-repeat;

            border-top:solid 1px #999999;

}

BottomButtonDisabledCssClass

Gets the Css clss for the bottom disabled scroll button.

.C1Menu_VisualStyleName_ScrollButtonDisabledBottom

}

}

LeftButtonActiveCssClass

Gets the Css class for the left active scroll button.

.C1Menu_VisualStyleName_ScrollButtonActiveLeft

}

}

LeftButtonCssClass

Gets the Css class for the left scroll button.

.C1Menu_VisualStyleName_ScrollButtonLeft

}

}

LeftButtonDisabledCssClass

Gets the Css class for the left disabled scroll button.

.C1Menu_VisualStyleName_ScrollButtonDisabledLeft

}

}

RightButtonActiveCssClass

Gets the Css class for the right active scroll button.

.C1Menu_VisualStyleName_ScrollButtonActiveRight

}

}

RightButtonCssClass

Gets the Css class for the right scroll button css class.

.C1Menu_VisualStyleName_ScrollButtonLeft

}

}

RightButtonDisabledCssClass

Gets the Css class for the disabled scroll button.

.C1Menu_VisualStyleName_ScrollButtonDisabledLeft

}

}

TopButtonActiveCssClass

Gets the Css class for the active scroll button.

.C1Menu_VisualStyleName_ScrollButtonActiveTop

}

}

TopButtonCssClass

Gets the Css class for the top scroll button.

.C1Menu_VisualStyleName_ScrollButtonTop

}

}

TopButtonDisabledCssClass

Gets the Css class for the disabled scroll button.

.C1Menu_VisualStyleName_ScrollButtonDisabledTop

}

}


Send comments about this topic to ComponentOne.
Copyright © 1987-2010 ComponentOne LLC. All rights reserved.