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

Currently have a drop down menu that is activated on a hover (from display:none
Currently have password protection on my main and sub directories, however I'd like to
I currently have a form with inputs and name attributes. I'm able to get
I currently have a MySQL table like: id | friend 1 | 2 1
I have a TabLayoutPanel where I am putting custom widgets in for the tabs
I currently have two UITextFields inside two corresponding UITableViewCells. This is how it looks:
Currently I have a cross tab in my report, reading all of the products
I currently have 2 profiles: Tablet and Phone. Each profile loads in a different
I currently have developed a Tabbed Based Application. The first Tab is decors which
I currently have a table structure for what I need. I have something like

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.