ListViewBase.CompleteViewChange 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
當 SemanticZoom 的整體檢視變更時,變更呈現的相關層面。
public:
virtual void CompleteViewChange() = CompleteViewChange;
void CompleteViewChange();
public void CompleteViewChange();
function completeViewChange()
Public Sub CompleteViewChange ()
實作
備註
衍生自 ListViewBase 的控制項通常在其範本中具有相關聯的 ScrollViewer 。 CompleteViewChange的ListViewBase實作會在檢視變更時,針對檢視表上的任何捲軸進行Perpetuates ScrollBarVisibility。
適用於
另請參閱
- ISemanticZoomInformation
- IsActiveView
- IsZoomedInView
- SemanticZoomOwner
- CompleteViewChangeFrom(SemanticZoomLocation, SemanticZoomLocation)
- CompleteViewChangeTo(SemanticZoomLocation, SemanticZoomLocation)
- InitializeViewChange()
- MakeVisible(SemanticZoomLocation)
- StartViewChangeFrom(SemanticZoomLocation, SemanticZoomLocation)
- StartViewChangeTo(SemanticZoomLocation, SemanticZoomLocation)