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 use camera flash/led as torch on a Samsung Galaxy Tab?

I'm facing to a problem with a Samsung Galaxy Tab. I want to use the camera flash as torch. Does …

android tabs camera galaxy led
How do I replace tabs with spaces within variables in PHP?

$data contains tabs, leading spaces and multiple spaces. I wish to replace all tabs with a space. Multiple spaces with …

php replace tabs spaces
How to Stretch WPF Tab Item Headers to Parent Control Width

Is there a way in XAML to cause the tab item headers to stretch across the width of the tab …

wpf xaml tabs controls stretch
Android - iphone style tabhost

Is it possible to style the Android Tabhost to look like that of the iPhone? If not, is there any …

android tabs android-tabhost android-style-tabhost
How to get a list of backstack fragment entries in android?

I'm working on an application in which tabs are implemented using FragmentActivity. Since, tabs are required throughout the application, fragments …

android tabs android-fragments back-stack
How to move "Solution Explorer" tab in Visual Studio

Does anyone know how to move the "Solution Explorer" tab in Visual Studio 2005? It's on the left, and I can't …

visual-studio ide visual-studio-2005 development-environment tabs
How do I insert tabs into strings for a C# console application?

This console application will write .txt files to disc. User wants to import these .txt files into Excel such that …

c# .net tabs console export-to-excel
Notebook widget in Tkinter

Having played around a little with both Tkinter and wxPython, I like Tkinter much better in terms of how clean …

python wxpython tabs tkinter
JQuery UI Tabs Causing Screen to "Jump"

I'm using the latest version of the jQuery UI tabs. I have tabs positioned toward the bottom of the page. …

javascript jquery jquery-ui tabs jquery-ui-tabs
Python's interpretation of tabs and spaces to indent

I decided, that I learn a bit of Python. The first introduction says that it uses indentation to group statements. …

python tabs indentation spaces