Hi,
This is a really nice control but could the CrumbAction event raise the index of the selected item in addition to it's text?
i.e.
Sub EventName_CrumbAction (Selected As String)
Change to (or overload it):
Sub EventName_CrumbAction (Index as Int, Selected As String)
The Selected text is fine but if wanted to correlate the selected item with say a list of values then the index would ber very handy. I know the the text in the bread crumb could be a KEY for a map file but I may well have breadcrumbs with the same text.
What do you reckon?
Cheers.
This is a really nice control but could the CrumbAction event raise the index of the selected item in addition to it's text?
i.e.
Sub EventName_CrumbAction (Selected As String)
Change to (or overload it):
Sub EventName_CrumbAction (Index as Int, Selected As String)
The Selected text is fine but if wanted to correlate the selected item with say a list of values then the index would ber very handy. I know the the text in the bread crumb could be a KEY for a map file but I may well have breadcrumbs with the same text.
What do you reckon?
Cheers.