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
0 answers

Force panel to stay open on wider screens in jQuery Mobile

I want to create a mobile page for mobiles and tablets. When the user uses a tablet (larger screen), the left panel-navigation should stay open all time. When the user uses a mobile phone (smaller screen) there should be only a button top-left to…
Quertz1
  • 11
  • 1
1
vote
2 answers

Resize components when the form is resized

Can I resize components automatically when a form is resized? Not in code, but in the form designer. I'm trying to create an 'abstract form' for me and the others developers use it as an 'inherited form'. I am drawing the form with four panels: top…
Jéf Bueno
  • 425
  • 1
  • 5
  • 23
1
vote
2 answers

Server Controls, Client Controls, Panels, Default Buttons and Client Events

Ok so I would like to be able to be in the part number textbox press enter and it do a 'Quick Search'. However when press enter it activates the 'Search' Button instead. The 'Search' Button as the diagram shows is a default button of the panel it…
Micah Armantrout
  • 6,781
  • 4
  • 40
  • 66
1
vote
2 answers

Query - Open list element by href and show selected div

This demo: http://jsfiddle.net/vv7rL8xv/1/ I want show my div for example "#test" by link Click
user3501587
  • 425
  • 5
  • 16
1
vote
1 answer

How to put string as panel name in c#

I have panel that visibility is false. I want when click on treeview list, that list will retrive the panel name that i stored in database. i know how to retrieve that panel name from database in string. But how to change that 'string' into panel to…
Ifwat Ibrahim
  • 1,523
  • 4
  • 16
  • 28
1
vote
2 answers

c# backcolor of panel changing is slow (that or the event is slow)

I am making a variant on the game mastermind in VS2013 in c#. The problem I have is that I made 4 small panels that people can click on to set their code. When they click on the panel, an event is launched which changes the background color of the…
Rudy
  • 231
  • 1
  • 8
1
vote
0 answers

How can this code make a new image appear on each click - Scala

What I am looking to do is have a button click create and load a new image to the panel. The image should be draggable as well as for me able to find its position on screen etc. Im not sure how to do this. The idea being after multiple clicks I will…
Mark
  • 131
  • 1
  • 3
1
vote
2 answers

Scrolling Panel Printing Issue

I have a site where we have the content in scrolling panels to make it neater and line up. The issue comes when trying to print the contents of my panel hidden by the scroll. Here is my panel
Paul
  • 1,815
  • 5
  • 27
  • 44
1
vote
2 answers

How to get Winforms Panel to correctly layout many items?

I've got a WinForms Panel control which holds a large number of child controls. Each child is left docked, causing the horizontal width of the contents to grow. The containing Panel has its AutoScroll property set so that you can get to all the…
Darryl
  • 5,907
  • 1
  • 25
  • 36
1
vote
0 answers

Panel from dataframe dict, ValueError

I am trying to create a panel object from stacked panel data. See code below. I have a set of 8000 stocks and I try to create the panel such that the stocks are on items axis. Here is my code: import pandas as pd data = pd.read_csv('C:Stocks.csv',…
MMCM_
  • 617
  • 5
  • 18
1
vote
3 answers

jquery-mobile Panel passing Value to Ajax

This is my first attempt to use jquery-mobile and I am trying to pass a value that is stored in the id of the li tag generated by Ajax. The li tag is generated for the Panel widget as you can see below. var mrn = '123'; $.ajax({ type: "GET", …
Th0raxe
  • 86
  • 6
1
vote
1 answer

LinkButton Text property not changing after dynamic change

I have tried for so long to understand why my LinkButton text toggles to say "on" when its clicked, however when I click the button again the text still says "on" even though in my code behind file I set LinkButton.text = "off". I have run the…
reversebind
  • 1,216
  • 1
  • 14
  • 18
1
vote
1 answer

jquery mobile panel slide from top instead from right and left

Hello i am creating a mobile app with jquery mobile, am working the panel that can slide from right to left, but i want to move a step further, instead of it sliding from right to left, i want it to slide from top down how do i go about this this…
odumbo tolu
  • 37
  • 1
  • 8
1
vote
1 answer

Resizable panels in AlloyUI

I am learning AlloyUI, but don't know how to set resizable panels in main layout. I tried this method to resize table, but it didn't work and I didn't see any error in console. Can anybody help how to make div elements resizable in AlloyUI? Here is…
Matt
  • 8,195
  • 31
  • 115
  • 225
1
vote
4 answers

Sliding Panels, how to reproduce them?

I'm probably in deep water here, and I'm new to JavaScript and jQuery, But I would like to attempt to create a panel system sort of like how spotify has it done. Have a look at this picture: On the Spotify player website, when you click on…
Dean
  • 499
  • 6
  • 13
  • 34
1 2 3
99
100