Questions tagged [sidebar]

The sidebar tag is to be used for issues relating to displaying or rendering information to the side of an application.

A sidebar is a term that is used for a user interface element that displays various forms of information to the side of an application or desktop user interface.

2237 questions
23
votes
8 answers

Get current page URL from a firefox sidebar extension

I'm writing a sidebar extension for Firefox and need a way to get the URL of the current page so I can check it against a database and display the results. How can I do this?
Hintswen
  • 3,987
  • 12
  • 40
  • 45
23
votes
2 answers

google spreadsheet sidebar setWidth not working

Anybody else having trouble with the setWidth function? The example here is "300", but if you change the number, the sidebar is the same width. I've tried a few times on a clean…
jason
  • 3,811
  • 18
  • 92
  • 147
23
votes
3 answers

Collapsible sidebar with fluid twitter bootstrap

I am looking for a CSS solution to create a button to toggle a sidebar on and off using twitter bootstrap. I'd like one of those little icons people have on their webpage that looks like a pull tab when the sidebar is closed, and then follows the…
Adam Morris
  • 8,265
  • 12
  • 45
  • 68
22
votes
5 answers

Wordpress - display specific widget

I'm lost a bit. Let's say I have a dynmic footer-siderbar. Easy so far.
Displys it in the footer. But here we are. I want EACH widget inside of my grid:
19
votes
2 answers

Bootstrap 4 fixed top nav and fixed sidebar

This is a great example of how to create a navbar with a sidebar. Can anyone modify the code so that the top nav is top-fixed and the sidebar fixed/static with only the main page content scrolling? I can make the nav the nav top-fixed by assigning…
user3691644
  • 477
  • 3
  • 7
  • 18
19
votes
6 answers

How to close the SideBar menu manually when using SWRevealViewController ( ios)

I am trying to implement a SideBar / slide out menu using the SWRevealViewController. I have a bunch of menus. One of the menu is to get app version info. So When I click on the cell, An AlertView displays the version number and on pressing the OK…
moni_sind
  • 605
  • 1
  • 5
  • 15
18
votes
2 answers

SwiftUI Sidebar doesn't remember state

I Have this app that uses the new sidebar introduced in iOS14 for iPad os but I can't figure out why it doesn't remember the state when its hidden This is the sidebar struct import SwiftUI struct Sidebar: View { …
Luca
  • 914
  • 9
  • 18
18
votes
4 answers

bootstrap 3.0 full length body sidebar

I'm trying to get bootstrap divs to be full body length. This is what I've tried so far: http://jsfiddle.net/bKsad/315/ html, body { min-height: 100% } .wrap { height: 100% } .sidebar { background-color:#eee; background-repeat:…
black_rabbit
  • 277
  • 2
  • 3
  • 10
16
votes
4 answers

Visual Studio code sidebar Vertical guideline (customize sidebar)

Does anybody know an extension for Visual Studio code to show a vertical guideline on sidebar (for file and folders) like netbeans? Or maybe have some settings in vscode? Netbeans Snapshot Thanks for your help.
MAN
  • 425
  • 1
  • 4
  • 11
15
votes
2 answers

How to combine top navigation (navbarPage) and a sidebar menu (sidebarMenu) in shiny

I have a shiny app (using navbarPage) with many tabs and would like to add a sidebarMenu that can be seen no matter which tab is selected. The input values in the sidebar have an impact on the content of all tabs. Additionally, it should be possible…
jmjr
  • 2,090
  • 2
  • 21
  • 31
15
votes
1 answer

One main panel and 2 side panels

Using Shiny, does anyone happen to know how to create a UI with one main panel (middle) and two side panels (left and right) with each one has their own horizontal and vertical scroll bar?
webbeing
  • 179
  • 1
  • 1
  • 7
15
votes
1 answer

Free-Scrolling Sticky Sidebar Without jQuery

I'm trying to achieve what is outlined in this Stack Overflow question, without jQuery dependency: stackoverflow.com/questions/18358816/sticky-sidebar-stick-to-bottom-when-scrolling-down-top-when-scrolling-up But I didn't want to hijack that…
Seán O'Grady
  • 363
  • 1
  • 6
  • 19
15
votes
2 answers

Show entire toctree in Read The Docs sidebar

It's my understanding the new Read The Docs theme generates the sidebar from the toctree with a depth of 2. My documentation is relatively deep, and a depth of 2 is not enough for it to be useful. How can I increase this limit, or preferably…
Kevin
  • 28,963
  • 9
  • 62
  • 81
15
votes
3 answers

QTabWidget tabs on the vertical, but text in horizontal

I'm trying to make an app in C++ Qt with a sidebar like this one: But when making QTabWidget's orientation to West, it makes the text vertical. How to have the text on the left, but horizontally-aligned? Ps: I don't need icons. Thanks in advance.
Délisson Junio
  • 1,296
  • 4
  • 21
  • 43
14
votes
6 answers

How can I position the window's position on startup to the right side of the user's screen?

I am currently creating a sidebar-like WPF application in C#. When a user starts the application, I would like the window to automatically position it's self to the side of the user's screen. I have tried a few methods and google searches, but have…
anonymous
  • 1,111
  • 1
  • 10
  • 18