Hello,
this.ultraNavigationBar1.NavigateTo("C:\data\local\TEMP", true) to set my default location. I still want to set my default location like this, but I want the root location to be set to 'My Computer', so that a user of my program can navigate to anywhere on the machine. Right now they are limited to what is located on the "C:" drive. Can someone please assist me with this issue. Thanks.
Adrian
You should take a look at the UltraListView 'Infragistics File Explorer' sample; it demonstrates how to do exactly what you describe here.
Hello Brian,
Thanks for pointing me in the right direction.