Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Bread-crumb style navigation for Winforms

Does anybody know of a bread-crumb style navigation for Winforms like the one from DotNetBar.

http://www.devcomponents.com/dotnetbar/BreadCrumbHorizontalTreeControl.aspx

I really like that control. However I am using a other UI library already and just for this control I do not want a reference to another 4 MB lib. I just need this control. Does anybody if something like this is available as a standalone control?

like image 857
lazycoder Avatar asked Feb 10 '10 19:02

lazycoder


People also ask

How do you implement breadcrumb navigation?

Step 1: We simply add aria-label=”breadcrumb” to the nav element. Step 2: We next add class=”breadcrumb-item” in the list elements. Step 3: Add class=”breadcrumb-item active” in the current list element.

Is breadcrumb a type of navigation?

What is Breadcrumb Navigation? Breadcrumbs are a secondary navigation aid that helps users easily understand the relation between their location on a page (like a product page) and higher level pages (a category page, for instance).

What is a breadcrumb navigation menu?

A breadcrumb navigation provide links back to each previous page the user navigated through, and shows the user's current location in a website.

What are Windows breadcrumbs?

A breadcrumb bar lets a user keep track of their location when navigating through an app or folders, and lets them quickly jump back to a previous location in the path. Use a BreadcrumbBar when the path taken to the current position is relevant.


1 Answers

I have used the Bread Crumb control of Krypton Toolkit, but you mentioned, that you don´t want an other UI library.

But maybe this source can help you, to build your own Bread Crumb control Creating A Breadcrumb Control

like image 58
Jehof Avatar answered Sep 30 '22 23:09

Jehof