Questions tagged [panel]

A panel is a simple container that allows other elements to be placed into it, especially visual user interface elements.

A panel is a simple container that allows other elements to be placed into it, especially visual user interface elements. Panels can generally aid in developing more complex user interfaces.

4086 questions
12
votes
5 answers

Delphi: sliding (animated) panel

Is there a sliding (animated) panel component for Delphi? For instance it can be found in Raize Components (a left panel with a "Hot Spot" or hide/show button). I need not a resizeable panel but a panel that can slide horizontally and smoothly…
maxfax
  • 4,281
  • 12
  • 74
  • 120
12
votes
2 answers

Rounded and titled "TPanel" in Delphi 7

I would have a TPanel in my application but with another look. For it I want a colored title bar and the up corner rounded just like in some user interfaces like it Do you know any component or library for it ? (Prefered Open source but not only). I…
philnext
  • 3,242
  • 5
  • 39
  • 62
12
votes
3 answers

iPad slidable panel control like twitter

What would be the mechanism behind twitter iPad application? I feel its having split viewcontroller, viewcontrollers with animation and gesture controls, or there may be scrollviews for endless scrolling. How can I develop same UI for my…
Pratik Goswami
  • 334
  • 1
  • 4
  • 15
12
votes
2 answers

How to Reuse Existing Layouting Code for new Panel Class?

tl;dr: I want to reuse the existing layouting logic of a pre-defined WPF panel for a custom WPF panel class. This question contains four different attempts to solve this, each with different downsides and thus a different point of failure. Also, a…
O. R. Mapper
  • 20,083
  • 9
  • 69
  • 114
12
votes
1 answer

How to change panel-body background-color in bootstrap?

I am creating a webpage using twitter bootstrap, here i wanna change panel-body background-color form white to light-pink, but i haven't any idea that how it will be done? So ..... help me Thank You
Dhamu
  • 129
  • 1
  • 1
  • 11
12
votes
3 answers

How do i make entire bootstrap panel as hyperlink

am using twitter bootstrap's panel component. i have below code
user1447718
  • 669
  • 1
  • 11
  • 23
12
votes
5 answers

What is an appropriate use for ASP.NET's MultiView control?

What are some scenarios where MultiView would be a good choice? The MultiView control along with its View controls simply seem to extend the notion of Panels. Both Panels and MultiViews seem prone to abuse. If your UI concerns and biz logic…
Larsenal
  • 49,878
  • 43
  • 152
  • 220
11
votes
1 answer
11
votes
3 answers

C# Scrolling a Panel in windows forms

I'm using VS2010, Windows 7 I have a panel with lots of picture-boxes. It has AutoScroll = true The scroll bars work properly when i drag it, or click on it. However, i want to scroll it with the wheel and arrow keys. The wheels don't respond at…
WoF_Angel
  • 2,569
  • 9
  • 35
  • 54
11
votes
5 answers

Panel clear everything

I would like to reset a panel to its initial state. For example, I set an image as background, and I draw graphics on a part of the panel. I have to clear everything. How?
y_zyx
  • 582
  • 4
  • 10
  • 28
11
votes
1 answer

Hide grafana panels based on selected template variable

I am trying to develop kind of dropdown list with metrics and accordingly to selected metric specific panel supposed to appear on dashboard. And vice versa if metric unselected, panel should be hidden. I found the link…
Andrey
  • 317
  • 1
  • 5
  • 19
11
votes
2 answers

Why does a table in a collapsible Bootstrap panel change width?

I have put together a Bootply demonstration here: http://www.bootply.com/Ss2aAnzqlZ. It's a panel with a table as per http://getbootstrap.com/components/#panels-tables. However, I've also made the panel collapsible. The collapsing bit works OK, but…
Phil Cairns
  • 758
  • 4
  • 15
11
votes
2 answers

Move controls when Drag and drop on panel in C#

I want to drag controls on panel and when dragging I want to move the control and get its location to drop on to panel. I have tried out mouseUp, mouseDown, MouseMove events of control.But that is not what I am looking for. I want to fire DragDrop…
Dinu
  • 527
  • 4
  • 11
  • 20
11
votes
1 answer

on click event in wx.Panel?

how can I click on a wx.Panel and that changes its color? What is the name of the event. (I want to do a similar thing as Firefox Extras) Thanks in advance! :)
aF.
  • 64,980
  • 43
  • 135
  • 198
11
votes
1 answer

Merging or overlaying xyplots in a lattice panel

Trying to figure out how to add points or a data series to an existing lattice panel once it's been created. Does this have something to do with plot.points and/or the update function? # Initialize first plot library(lattice) a <-…
Bryan
  • 933
  • 1
  • 7
  • 21