Top "Tabs" questions

A user interface pattern that allows for the display of multiple pages or elements with a navigation reference above, below, or to the side of the content.

How to change the color of the selected tab in the TabControl?

I am implementing a TabControl for a dialog box in WPF. The color of the selected tab (mouse-down) is white …

c# wpf xaml tabs tabcontrol
javascript:window.open(window.clickTag) opens double tabs in Firefox

I am using clickTags in my code for tracking. This is my setup. <script type="text/javascript"> var …

javascript firefox tabs double clicktag
How to evenly distribute menu items with CSS when width and quantity is not known?

I've read a lot on evenly distributing elements using css but every solution i've found requires you to know and …

css menu tabs distributed
Converting spaces to tabs in multiple files Sublime Text 2

Is there any way to convert all spaces to tabs, not file by file? If I open a file and …

tabs sublimetext2 indentation sublimetext spaces
What do smart tabs in WebStorm/PHPStorm do?

I'm confused as to what smart tabs do in general preferences. It says that: Fine alignment to a necessary column …

tabs formatting phpstorm webstorm
Custom Tab Indicator(With Arrow down like Indicator)

Is there a wat to make a indicator like this? it has some pointed arrow down like in the selected …

android android-studio tabs indicator pagerslidingtabstrip
Android Tab Help. How to set 2nd tab as default when app opens?

I have created an app with 3 tabs. The app works fine but I want the 2nd tab to be selected …

android tabs android-tabhost
RadTabStrip appears to have no RadTab selected - Why?

Does a RadTabStrip work in a MasterPage? The tabs do not appear selected when clicked. Steps: Create a new Web …

asp.net tabs telerik webforms rad-controls
Android how to interact with Fragment tabs

Hello I am having difficulty changing the visual view of the fragment activity. I created all the tabs but onClick …

android tabs android-fragments tabactivity
How to call an event on tabs changed in react-bootstrap

I've implemented Navigation Tabs in my React application using React-Bootstrap. Like this: <Tabs defaultActiveKey={1}> <Tab eventKey={1} title="…

reactjs tabs react-bootstrap