ListViewBase.MakeVisible(SemanticZoomLocation) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
強制檢視中的內容捲動,直到 顯示 SemanticZoomLocation 所指定的專案為止。 如果找到專案,也會將焦點設定為專案。
public:
virtual void MakeVisible(SemanticZoomLocation ^ item) = MakeVisible;
void MakeVisible(SemanticZoomLocation const& item);
public void MakeVisible(SemanticZoomLocation item);
function makeVisible(item)
Public Sub MakeVisible (item As SemanticZoomLocation)
參數
- item
- SemanticZoomLocation
要捲動至之檢視中的專案。
實作
備註
當您使用 ListViewBase 控制項做為 SemanticZoom 控制項中的檢視時,您可以使用 MakeVisible 方法將專案帶入檢視中。 若要在SemanticZoom中未使用ListViewBase控制項時將專案帶入檢視中,請改用ScrollIntoView方法。
適用於
另請參閱
- ScrollIntoView(Object, ScrollIntoViewAlignment)
- SemanticZoom
- ISemanticZoomInformation
- IsActiveView
- IsZoomedInView
- SemanticZoomOwner
- CompleteViewChange()
- CompleteViewChangeFrom(SemanticZoomLocation, SemanticZoomLocation)
- CompleteViewChangeTo(SemanticZoomLocation, SemanticZoomLocation)
- InitializeViewChange()
- StartViewChangeFrom(SemanticZoomLocation, SemanticZoomLocation)
- StartViewChangeTo(SemanticZoomLocation, SemanticZoomLocation)