TreeView.Sorted プロパティ
アセンブリ: System.Windows.Forms (system.windows.forms.dll 内)

/** @property */ public boolean get_Sorted () /** @property */ public void set_Sorted (boolean value)
ツリー ビュー内のツリー ノードを並べ替える場合は true。それ以外の場合は false。既定値は false です。

Sorted が true に設定されると、TreeNode オブジェクトは、その Text プロパティの値に基づき、アルファベット順に並べ替えられます。並べ替えが有効にされている TreeView に大量の項目を追加する場合は、パフォーマンスを維持するために、BeginUpdate および EndUpdate を使用することを強くお勧めします。既存のノードのテキストが変更された場合は、Sort を呼び出して項目を再度並べ替える必要があります。

Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


Weblioに収録されているすべての辞書からTreeView.Sorted プロパティを検索する場合は、下記のリンクをクリックしてください。

- TreeView.Sorted プロパティのページへのリンク