A panel is control used to sub-divide the form according to functionality. For example a Windows form is divided with two panel controls, one contains the controls for search criteria and the other one show the outcome.
Questions tagged [panels]
258 questions
12
votes
2 answers
WPF TextBox and Scroll behavior
I have a problem.
I need to host grid with controls in ScrollViewer to prevent textbox from being either truncated or collapsed to zero-with at the UI. Also I want the with of textbox to be expanded when user change windows width.
I'm setting…

Oleg
- 1,100
- 2
- 11
- 16
4
votes
1 answer
CSS positioning panels problems
I've been trying to make this layout for weeks now but i just cant seem to get it like this at all!
So if it's not to much trouble can some one try and get me a link or something like that so I can continue with my site.

Jrop
- 53
- 1
- 4
4
votes
2 answers
Adding an image to a panel using Java AWT
I posted earlier about having a really messed up panel but, I fixed that by simply changing the layout (thank you to Charlie Martin for helping me). Now, I'm trying to add an image to a panel, so I can add that panel to the frame. This is part of…

Tyler
- 43
- 1
- 1
- 3
3
votes
7 answers
Drupal Front-page with views
Is there a way of making front-page containing 2 views, without using panels module in Drupal 6.x?
thanks
shuhrat
3
votes
1 answer
Change ImageIcon object transparency (alpha)
My aim is to have multiple panels with images that have alpha channels (transparent parts) on top of each other. So I followed the code in this site http://tinyurl.com/m27exs. It worked the way I wanted it. It had two ImagePanel objects on top of…

alxcyl
- 2,722
- 7
- 31
- 47
3
votes
5 answers
A GUI Question: Dynamic Modular Panel Layout?
I am a student working on a college engineering project team.
Our software subteam is looking to create a modular GUI that allows for real time reconfiguration through snapping panels that the user can shuffle around and detach from the GUI (popular…

Jeff Heidel
- 171
- 1
- 5
3
votes
1 answer
How to build an Angular 2 App with multiple user panels
I will start a new project and I want to use Angular 2. The project will have a main page and 3 different user panels (dashboard). Each panel will be a large application.
Example:
localhost
localhost/admin
localhost/student
localhost/parents
I…

Softcore
- 95
- 1
- 4
- 13
3
votes
3 answers
Bootstrap panels stacking after the row
I'm building web dashboard for my app. It loads dynamically different modules and puts them inside Bootstrap container. These modules can have variable height and when the browser window is narrow enough, they stack vertically. That's what I…

Mark
- 1,357
- 16
- 30
3
votes
1 answer
Ext JS Dashboard Layout and maximize/minimize panels
I'm attaching a picture with the mock up that I'm trying to develop with Ext JS.
I'm using a Border layout, and then a Dashboard for the central part, however I see some limitations on it:
Panels in the dashboard don't have minimize or maximize…

Hernan Diaz
- 476
- 2
- 6
- 20
3
votes
1 answer
C# How to design panel for later use..(Settings screen)
So i'm making a settings screen at the moment where i'll have a tree on the left then a panel on the right. The panel thats on screen will depend on what tree item is selected..
Just wondering how do I go about designing these panels and saving…

jim
- 8,670
- 15
- 78
- 149
3
votes
1 answer
Drupal CTools access check
I want to create a ctools access check for my panel selection rule.
What I wanna do, is to check a field value in a content type. The field is named field_layout with the options 3,2,1.
I created the access check and settings and the rule is showing…

Basti
- 666
- 2
- 11
- 29
3
votes
3 answers
Adding panels to frame, but not showing when app is run
I am crating an app with two panels in the frame along with a menu bar along the top. The menu bar shows up just fine, and any actions set so far work, but the other two panels never appear.
I have tried retracing all the panels and lines that add…

Joshua Martin
- 329
- 2
- 5
- 7
2
votes
0 answers
Drupal: Panels argument (node title instead of node id)
I'm working with drupal and the modules views and panels, and its with the last i got stuck.. i got my view setup with passing the node title as an argument, but the panels 2.xx module only supports node ID.
So i'm searching for a module or any…

user1064293
- 21
- 3
2
votes
2 answers
Prevent Child Components when Overlapping Panel
I have a WinForms application which has two panels which individually contain a usercontrol component (one in each panel). How ever, because both panels are the same size and in the same location, the top most panel becomes a child of the other…

Stefan Dunn
- 5,363
- 7
- 48
- 84
2
votes
1 answer
how can I override as well node/x/edit as node/x/add with just one panel?
I'm using durpal 6 and have some panel pages. The one for /node/%node/edit is overriding the node edit pages. but on my regarding node/add page the panel page is not applied.
Do I have to add a new page? There is a panel context "node add form" - if…

Andreas Schröder
- 63
- 7