Basic Library for UWP/WinRT XAML
BringIntoView メソッド

ビューに表示する領域。
true にすると、領域全体が表示されるようにズームが変更されます。
操作が完了した後に呼び出されるアクション。
指定された四角形領域をビューに表示します。
構文
'宣言
 
Public Sub BringIntoView( _
   ByVal area As Windows.Foundation.Rect, _
   Optional ByVal changeZoomIfNecessary As System.Boolean, _
   Optional ByVal completed As System.Action _
) 
public void BringIntoView( 
   Windows.Foundation.Rect area,
   System.bool changeZoomIfNecessary,
   System.Action completed
)

パラメータ

area
ビューに表示する領域。
changeZoomIfNecessary
true にすると、領域全体が表示されるようにズームが変更されます。
completed
操作が完了した後に呼び出されるアクション。
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

関連項目

C1ListViewer クラス
C1ListViewer メンバ

Send Feedback