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
0
votes
2 answers
Can I make two containers (e.g. Grid and Canvas) take the same space to combine their abilities?
I have the following layout:
The Rectangles are placed using a Grid. On top of that, I want to add more "fluid" stuff, like Paths and lines that would be located dynamically.
For instance:
the lines between the Rectangles, are stretched from one…

Tar
- 8,529
- 9
- 56
- 127
0
votes
2 answers
How do I know if someone clicks in a specific panel?
so this is my problem. I have an 8*8 grid of panels, all white. Then, when one of them is clicked, it's supposed to change to a random color. The only problem I have right now is that I don't know how to see if the user clicked their mouse in a…

user3185730
- 11
- 1
- 2
0
votes
1 answer
Components not visible then switch between panes in Java
The problem is then I switch between panes, my buttons and text-fields become not visible, but then I drag cursor over components, they appear.
My Hierarchy looks similar to this:…

user3100454
- 5
- 3
0
votes
2 answers
Selectively hide panels
When I start my program I have 6 panels. Then I have some radio buttons and depending on the choice some panels hide. In this example I want to hide all panels except 1 and 2. When I click the radio button instead of hiding the rest of the panels…

sarotnem
- 349
- 4
- 14
0
votes
1 answer
Komodo Code Browser activation?
Working with Komodo 8.5.x , how does one use "Code Browser" for open files ?
I get an error that says something like:
"Could not find a node corresponding to the scope at filename.js##### in the Code Browser".

user197389
- 1
- 1
0
votes
1 answer
Setting panel-objects properties
I'm making a Windows Form Application called FMP.
I've got a class called Form1, a class called Panels.
Then I use inheritance to make different Panels with different properties.
The reason for doing this is because the teacher doesn't want us to…

E. Verdi
- 310
- 2
- 19
0
votes
2 answers
Use Grid or two StackPanels
I have to design something like that:
Should I use a Grid (2 rows, 2 columns), or should I use a horizontal StackPanel with button 1 and another vertical StackPanel with buttons 2 and 3.
And especially - WHY should I use each option.

Programmer
- 1,973
- 1
- 12
- 20
0
votes
1 answer
wxpython size control with multiple panels
I'm trying to show a full screen app with three panels. The screen should be divided first in two vertical panels, and the right one in two horizontals. Something like:
____________________
| | |
| | |
| …

wuampa
- 273
- 4
- 15
0
votes
1 answer
jQuery Drop Down Panels - Only one panel open at a time?
Question on drop down panels. I have a jsfiddle here http://jsfiddle.net/jmccommas/nJmNy/1/ and the issue I have is I only want the ability to have one panel open at a time. So when a user clicks on a different tab button then the panel that is open…

jmccommas
- 567
- 2
- 12
- 31
0
votes
1 answer
Dynamics CRM 2011: Maps with all contacts
I have never worked with Microsoft dynamics CRM.
I'm looking for a way to generate a new panel with a map
and then put every contact in the map.
I don't know anything about Microsoft dynamics CRM, but I know perfectly how to use Google Maps API…
user2840633
0
votes
3 answers
Auto Adjusting Width for each Tab of a Tabbed Panel
I have a tabbed panel with 6 tabs. I'd like to set the CSS so that the width of each tab changes to auto-fit the text in that tab, so tabs with long sentences are wider, & tabs with shorter sentences are slimmer. I'd also like the maximum width of…
0
votes
1 answer
C# highlight part of form over controls
I am creating graphs (panels) and I want to highlight some line(area) of these panels by using MouseEnter/MouseLeave.
To be more specific, there are also another controls on form (Buttons, DGV, etc) and I have main scrollable panel for graph area.…

user2039470
- 15
- 4
0
votes
1 answer
How to display panel onclick data into dbgrid and how to save the dbgrid data into a table in Canteen billing software
I am developing kiosk canteen billing software which enables the billing of items at the canteen.
I have two tables in the database, one with menu and other with users.
The items are displayed on panels which are created dynamically according to…

Sreenath Krishnakumar
- 15
- 1
- 7
0
votes
2 answers
onClientClick calling Javascript Function, can't pass parameter
I'm currently working on a project using the Ajax Tabs control in ASP.NET. My language for this project is VB.NET. I'm trying to take advantage of the "OnClientClick" event on the tabs. I'm populating the tabs using data from a database, and I'm…

user2233255
- 53
- 1
- 6
0
votes
1 answer
Problems transitioning between panels (C# WinForms)
I'm writing a "multi-screened" application in C#. The "screens" represent different areas of the program i.e. Settings, Restricted Access, Administration, etc.
The problem I'm having is when I'm transitioning between one panel and another. During…

JJC
- 25
- 1
- 1
- 3