Hello!
I am using the UltraNavigationBar in my application. What I am trying to do is programmatically set the SelectedLocation (using a full path name). Is this possible? (My goal is to remember the last folder that the user has selected and performed an operation on so the next time the application loads, I can read this folder from the configuration file, and set the NavigationBar to automatically have it selected).
Thanks so much in advance!!
Thank u ..It helps me alot!!
Yes; use the NavigateTo method:
this.ultraNavigationBar1.NavigateTo( "C:\\SomeDirectory", true, true );