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

How to reduce the height and width of particular row of panel inside tablelayoutpanel?

I am using one tablelayoutpanel in which i have added one panel, Now i want to get that panel at run time and want to reduce the width of panel by half and then add another panel with the same size. In simple words i want to make two square of…
user4860969
1
vote
4 answers

Hide a Panel when GridView is empty

I've a GridView inside a Panel that I want to hide when the child is empty because at the moment remains a fieldset with the legend text and nothing inside. I've already tried to put something like Panel.Visible = GridView.Rows.Count > 0 in the…
chenny
  • 769
  • 2
  • 17
  • 44
1
vote
1 answer

Jquery panel + scroll from top detection?

I am currently testing this type of panel jquery : http://codyhouse.co/gem/css-slide-in-panel/ But when i want to detect the scroll from top to make appear a div : no way :( A means to detect the scroll from top inside a panel? I use this kind of…
angelilo_
  • 143
  • 9
1
vote
0 answers

Rollreg and missing values in panel data

I have an unbalanced panel data of mutual funds data from 1981 to 2013 with monthly observations of their returns. I am trying to estimate betas with a rolling regression. The betas should be estimated on the excess return exret and market premium…
Ceko
  • 11
  • 1
1
vote
1 answer

Java get component dimension in constructor

I have a Panel which needs to know its size inside the constructor: class Panneau extends JPanel { public Panneau() { super(); new Map(getSize()); } } Unfortunately, the size doesn’t seem to have been initialized yet and…
Codoscope
  • 892
  • 1
  • 10
  • 18
1
vote
1 answer

Drawing on a panel but when adding it through another frame, nothing draws

I'm working on a project and the general idea of my work is to do every part of it in a stand alone project, then add it when finished to the main project through libraries. My problem is - one part I have done was to perform a painting on a panel.…
Mahmoud Adel
  • 1,262
  • 2
  • 13
  • 23
1
vote
3 answers

Good way to maintain ASP.NET Panel states?

I'm creating a multi-part web form in ASP.NET that uses Panels for the different steps, making only the Panel for the current step visible. On Step 1, I have a drop-down list that uses a Javascript function to reconfigure some of the fields in the…
ovinophile
  • 793
  • 1
  • 9
  • 20
1
vote
1 answer

bootstrap panel shown.bs.collapse get the ajax data on header and show loading icon on delay

I'm using bootstrap accordion panel to show data. I need to get the data from server using ajax get response on header title. Below is the code which I'm using on each panel title i need to implement ajax request. Example: on click Collapsible Group…
user1578849
  • 101
  • 1
  • 2
  • 11
1
vote
1 answer

Dynamically generated controls issue

I have a form with a panel docked in it. I then dynamically create 15 panels (named: panel_n) and 15 pictureboxes (named: picturebox_n) on the primary panel (named ContainerPanel). When dragging the any picturebox over a panel (panel_n) created…
Thomas
  • 342
  • 11
  • 29
1
vote
2 answers

Adding A Scrollbar To A JPanel In Java

So i've been trying this for some time now and can't seem to be able to make it work. Ok so i'm making a catalog in netbeans and working with Java. I dragged in a JPanel from the palettes window and named it "panel". The only problem is I can't make…
Brian Moreno
  • 109
  • 10
1
vote
0 answers

collapsible rows with bootstrap not working properly

I am trying to figure out how to make collapsible columns but for some odd reason, the content is showing on the right of the buttons and pushing from just being columns to multiple rows. I was thinking a clearfix would make it right, but I am not…
1
vote
1 answer

jQuery slide panel move content together with toggle

I need to make that toggle would move together with the panel. Tried almost everything but can't get it to work. Here is my fiddle. HTML
Toggle
content
jQuery (function($) { $('#toggle').toggle(…
Katia
  • 53
  • 13
1
vote
2 answers

Populate the tabs and the form in each tab dynamically

I am extracting data from the server and from that data I need to create the number of tabs and populate the data in the form of each tab. For e.g.: If my data has two fields named 'x' and 'y' then I need to create two tabs (where the form panel,…
aayush_v20
  • 193
  • 1
  • 9
  • 22
1
vote
1 answer

A simple way to show my hostname/ip in Gnome Panel or on my Desktop Background?

Hi was searching for a while how i can add an app or widget that show me a output from a script or a command like "hostname --fqdn" on my Gnome Panel or on my Desktop Background... conky does that, but i think that is to much for a simple shell…
mitm
  • 31
  • 4
1
vote
2 answers

Run same code in each tab in extjs

I wish to have the same form panel in each tab of the tabbed pannel. Is there a way that the same code is run for each tab without having to copy the code in the items list since that would be redundant.
aayush_v20
  • 193
  • 1
  • 9
  • 22