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;