Is there a way I can keep the RootLocation visible in the navigation bar when the current location is several levels down? The RootLocation disappear when a location at a child level is selected and I do not desire this action.
I would like end-users to be able to simply click on the RootLocation within the breadcrumb trail instead of having to select an unmarked drop down arrow to find the RootLocation.
this.ultraNavigationBar1.RootLocation.Settings.TextButtonDisplayStyle = TextButtonDisplayStyle.TextOnly;