Infragistics Home

Infragistics Forums

Infragistics community online discussions.
Welcome to Infragistics Forums Sign in | FAQ
in Search

Is it possible to programmatically set the SelectedLocation?

Last post 07-25-2008 10:44 by [Infragistics] Brian Fallon. 1 replies.
Page 1 of 1 (2 items)
Sort Posts: Previous Next
  • 07-24-2008 12:17

    • shultas
    • Not Ranked
    • Joined on 07-13-2008
    • Points 120

    Is it possible to programmatically set the SelectedLocation?

    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!!

    • Post Points: 20
  • 07-25-2008 10:44 In reply to

    Re: Is it possible to programmatically set the SelectedLocation?

    Yes; use the NavigateTo method:

    this.ultraNavigationBar1.NavigateTo( "C:\\SomeDirectory", true, true );

    • Post Points: 5
Page 1 of 1 (2 items)
Powered by Community Server (Commercial Edition), by Telligent Systems