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
1
vote
1 answer

Display elements at the bottom of a p:panel in PrimeFaces

Given a as follows.
Tiny
  • 27,221
  • 105
  • 339
  • 599
1
vote
0 answers

Are invisible parts of a control also being refreshed?

Do you know how the rendering of the inner-panel is done if it is bigger than the UserControl on which it is placed? Is the area which is unvisible (outside of the UserControl)being refreshed automatically or is just the visible area refreshing? I…
mookey
  • 85
  • 1
  • 10
1
vote
1 answer

VB.NET panel scrolling without showing scrollbars

I am trying to create a custom UI element: a panel, derived from the original panel, which is scrollable with special scrollbars (not the integrated ones) and has some other special abilities. The actual problem is the scrolling. When I change the…
mookey
  • 85
  • 1
  • 10
1
vote
2 answers

setting height of asp:panel

I want to set the height of asp:panel to auto and I also want to ensure that max height is 400px and after that scroll bars must be present. I want to set it auto so that if the content is less than height 400px there will not be any empty space in…
user294636
  • 121
  • 2
  • 2
  • 12
1
vote
1 answer

Panel plot using lattice package in R

I would like to make an xyplot using lattice with 2 panels one over the other corresponding to a variable(date) having 2 levels(Weekday and Weekend). My dataframe looks like this: interval date steps 1 0 Weekday 2.25115556 2 5…
user3922546
  • 187
  • 1
  • 6
  • 16
1
vote
1 answer

Panel data error in R

I am analysing balanced panel data with missing values in R program. Dependent variable is discretionary choice variable. While running the random effects model I encounter the following error message: >…
Zyta
  • 73
  • 1
  • 7
1
vote
1 answer

MFC Ribbon Panel name issue

How do I rename the MFC ribbon panel? I have a related problem. My ribbon's original captions in the resource are in Language A. I translate everything in Language B, including the panels' names(using a method, similar to the offered in the…
Stoyanov
  • 71
  • 8
1
vote
1 answer

How UniformGrid work with infinite size

For example we have a ListBox with a UnidormGrid like a ListBoxPanel.
Nodon
  • 967
  • 11
  • 24
1
vote
1 answer

How to add a control from code-behind in a DIV

I have the following code in my MasterPage:
SearchForKnowledge
  • 3,663
  • 9
  • 49
  • 122
1
vote
3 answers

How to display html as firefox panel without using sdk

I need to display html elements as contents of a popup panel using javascript in my firefox addon. Displaying popup using SDK is what I'm looking for but I don't want to use SDK. panel:
1
vote
2 answers

what is viewport panel in extjs4

What does 'viewport>panel' mean in extjs4? When will it be called? What is the significance of using it? init : function() { console.log('In init function'); this.control({ 'viewport > panel' : { render :…
user777777
  • 228
  • 4
  • 25
1
vote
1 answer

extjs4 overlapping panels in border layout

I am creating a Border layout using ExtJS4 MVC structure. I am defining north,west,center and south regions. All the regions are being displayed but the problem here is that, all the regions are starting at the top left corner of the screen so they…
user777777
  • 228
  • 4
  • 25
1
vote
1 answer

Bootstrap 3 collapsible panel without id or data

I need to handle panel collapse behavior without using ID or data attributes. Ideally by setting a "collapsible" class on the parent div that can collapse its content, and a click on the heading should trigger the collapse Here's the target HTML I'd…
Cyril Duchon-Doris
  • 12,964
  • 9
  • 77
  • 164
1
vote
1 answer

How can a panel appear only when an item is selected from navbar?

I have a menu that it looks like in the above code. I want to make visible the Settings panel only when is selected Settings item from Menu navbar. How can I make this possible? Here is the code:
1
vote
0 answers

JQuery Mobile Panel refresh

I am using the JQuery Mobile Panel to dynamically load content on multiple buttons using the following code $('#myPanel').empty(); $('#myPanel').append('

Panel Header

Matt R
  • 11
  • 2
1 2 3
99
100