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)