Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6119283
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T15:32:06+00:00 2026-05-23T15:32:06+00:00

Currently, I have a TabLayoutPanel with a few tabs, inside of each tab is

  • 0

Currently, I have a TabLayoutPanel with a few tabs, inside of each tab is a set of breadcrumbs. I would like to be able to display my breadcrumbs right next to the tabs (inside the TabBar itself). I haven’t yet seen any instance of someone having done this, and I’m beginning to believe I might end up rewriting their TabLayoutPanel class myself and implementing that where needed, but obviously I’d rather not go that route unless there’s no alternative.

Anyone have any guidance on this?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T15:32:06+00:00Added an answer on May 23, 2026 at 3:32 pm

    Just came across the same problem. Here are most of the relevent code snippets. I added a Unicode arrow when the tab was selected, and removed it when the tab was deselected.

        private final String htmlStr ="\u25bb";
    
            private String getTabTitle(String html){
            // Designed to work for this example input.
            //If you pass a different string you will need to do different matching.
            if(html.indexOf("\u25bb") < 0)
                return html;
            else
                return html.substring(html.indexOf("\u25bb")+1);
        }
    
    
        @Override
     public void onBeforeSelection(BeforeSelectionEvent<Integer> event) {
            if(!getSelectedIndex().equals(event.getItem())) {
                notifyCurrentTabOfClosing();
                selectedIndex = event.getItem();
                String tabtitle = getTabTitle(getTabBar().getTabHTML(selectedIndex));
                getTabBar().setTabHTML(selectedIndex, htmlStr+tabtitle);
                }
            }
        }
    
    public void selectTab(Widget widget) {
            int widgetIndex = getWidgetIndex(widget);
            selectTab(widgetIndex);
            String tabtitle = getTabTitle(getTabBar().getTabHTML(widgetIndex));
            getTabBar().setTabHTML(widgetIndex, htmlStr+tabtitle);
        }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I currently have a routes object that has several regular pages, and would like
I currently have the following: (defun my-hide-code () (interactive) (set-selective-display 2)) (defvar my-keys-minor-mode-map (make-keymap)
Currently have password protection on my main and sub directories, however I'd like to
I currently have a query that looks like this: SELECT NON EMPTY ([Measures].[TOTAL]) ON
I currently have a UINavigationController based application that works just fine. I'd like to
I currently have a tab bar application in the works, and have run into
i currently have a list of classes every class starts a scheduler like this:
I currently have a list box set up as follows: .xaml: <ListBox Name=DetailsList ItemsSource={Binding}
I currently have a ViewModel set up for a blog: public class PostViewModel {
I currently have a grid made out of square DIVs (200px x 200px each).

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.