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
156
votes
5 answers

Using Panel or PlaceHolder

What is the difference between and in ASP.NET? When should you use one over the other?
None
135
votes
3 answers

In what order are Panels the most efficient in terms of render time and performance?

There are many times when more than one panel would suitable for the layout I want, however I know there is a difference in render times for different panel types. For example, MSDN states that A relatively simple Panel, such as Canvas, can have…
Rachel
  • 130,264
  • 66
  • 304
  • 490
86
votes
1 answer

How do you add a scrollbar to a Panel control with many controls in windows form application?

How do you add a scrollbar to a Panel control with many controls in windows form application?
Chetan
  • 1,517
  • 3
  • 17
  • 25
75
votes
7 answers

'WSGIRequest' object has no attribute 'user' Django admin

When I trying to access the admin page it gives me the following error: System check identified no issues (0 silenced). June 21, 2016 - 15:26:14 Django version 1.9.7, using settings 'librato_chart_sender_web.settings' Starting development server at…
Gonçalo Correia
  • 1,595
  • 1
  • 10
  • 14
61
votes
8 answers

How can I change the Java Runtime Version on Windows (7)?

How can I change the Java Runtime Version on Windows. I installed Java 7 for some tests, and now I need the old java6 as system default, but I don't want to uninstall the Java 7 (I need it for later tests). Can I change the system-used JRE in the…
tomkpunkt
  • 1,393
  • 2
  • 15
  • 24
59
votes
10 answers

How can I set the opacity or transparency of a Panel in WinForms?

I was wondering how to change or modify the transparency of a Panel in C#, not the whole form, but the panel only.. I've seen many C# tutorials on Opacity, but its for the Form. im looking for how it could be possible with the Panel only. Thank You!
Gian Santillan
  • 753
  • 1
  • 7
  • 16
49
votes
5 answers

Create Java console inside a GUI panel

How can I create an instance of the Java console inside of a GUI panel?
raman
44
votes
3 answers

Difference between Panel control and Div

I want to know what is difference between Panel control in asp.net and div with runat="server"? Since both render as a div. Which one is best (conditions)?
Viren
  • 649
  • 2
  • 6
  • 9
38
votes
9 answers

How can I scroll my panel using my mousewheel?

I have a panel on my form with AutoScroll set to true so a scrollbar appears automatically. How can I make it so a user can use his mouse wheel to scroll the panel? Thanks SO.
Sergio Tapia
  • 40,006
  • 76
  • 183
  • 254
33
votes
6 answers

Panel not getting focus

I am continuing to program some kind of keyboard navigation in my simple graphic program (using C#). And I ran into trouble once again. My problem is that I want to process the keyboard input to move a layer around. Moving the layer with the mouse…
Igor
  • 1,582
  • 6
  • 19
  • 49
33
votes
6 answers

Twitter Bootstrap 3 - Panels of Equal Height in a Fluid Row

I am new to Bootstrap 3 and I would like to have 3 panels on my landing page of equal height, even though the middle panel has less content. When resized they become the same height, but are not upon initial visit to the page. I already tried…
Milan Moffatt
  • 331
  • 1
  • 3
  • 3
32
votes
2 answers

Can I have two columns inside a Bootstrap Panel?

Just getting started with Bootstrap. Is there a way of having two columns in side a panel? Thanks
user3319446
  • 321
  • 1
  • 3
  • 3
31
votes
1 answer

Visual Studio 2008 Output - Hide dll loads and unloads

Visual Studio automatically displays dll loads/unloads in its output panel, like so: 'DialogAppDEBUG.exe': Unloaded 'C:\WINDOWS\system32\wbem\fastprox.dll' 'DialogAppDEBUG.exe': Unloaded 'C:\WINDOWS\system32\ntdsapi.dll' 'DialogAppDEBUG.exe':…
J23
  • 3,061
  • 6
  • 41
  • 52
29
votes
2 answers

How to create a collapsible panel in WPF

I am creating a Windows application (WPF) and C#. In my view, I have to add few layouts like browsing a folder, displaying the files in the folder in a list view...etc My requirement is : The panels mentioned above should be collapsible panels, I…
user301016
  • 2,207
  • 7
  • 36
  • 50
26
votes
1 answer

Empty message in gridPanel

I'm using Extjs gridPanel to display data. I want to show "No data..." message in gridPanel when no data available. How to do this ?. I tried emptyText property but its not worked. I think emptyText is for gridView not for gridPanel. Please help me…
nani1216
  • 261
  • 1
  • 3
  • 4
1
2 3
99 100