TreeView.CanReorderItems プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ビュー内の項目をユーザー操作で並べ替えることができるかどうかを示す値を取得または設定します。
UWP 用の同等の WinUI 2 API: Microsoft.UI.Xaml.Controls.TreeView.CanReorderItems (Windows App SDKの WinUI の場合は、Windows App SDK名前空間を参照してください)。
public:
property bool CanReorderItems { bool get(); void set(bool value); };
bool CanReorderItems();
void CanReorderItems(bool value);
public bool CanReorderItems { get; set; }
var boolean = treeView.canReorderItems;
treeView.canReorderItems = boolean;
Public Property CanReorderItems As Boolean
<TreeView CanReorderItems="bool"/>
プロパティ値
Boolean
bool
ビュー 内のアイテムをユーザー操作で並べ替えることができる場合は true。それ以外の場合は false。 既定値は trueです。
Windows の要件
デバイス ファミリ |
Windows 10, version 1809 (10.0.17763.0 で導入)
|
API contract |
Windows.Foundation.UniversalApiContract (v7.0 で導入)
|