Hub.ScrollToSection(HubSection) Method

Definition

Scrolls the hub to bring the specified hub section into view.

void ScrollToSection(HubSection const& section);
public void ScrollToSection(HubSection section);
function scrollToSection(section)
Public Sub ScrollToSection (section As HubSection)

Parameters

section
HubSection

The hub section to bring into view.

Remarks

You use the ScrollToSection method to bring a section into view when the Hub control is not used as a view in a SemanticZoom control. To bring a section into view when the Hub control is used in a SemanticZoom, use the MakeVisible method instead.

Applies to