'宣言 Public Property DisplayStyle As UltraTreeDisplayStyle
public UltraTreeDisplayStyle DisplayStyle {get; set;}
このプロパティはツリーの特定の表示と動作のデフォルトを決定します。このプロパティを WindowsVista に設定すると、Windows Vista オペレーティング システムの Windows Explorer のツリーにより似たツリーを表示することができます。
Imports Infragistics.Win.UltraWinTree ' Set the DisplayStyle of the tree to Windows Vista. Me.ultraTree1.DisplayStyle = UltraTreeDisplayStyle.WindowsVista
using Infragistics.Win.UltraWinTree; // Set the DisplayStyle of the tree to Windows Vista. this.ultraTree1.DisplayStyle = UltraTreeDisplayStyle.WindowsVista;