Skip to main content

All Questions

Tagged with
0 votes
0 answers
51 views

The TextBoxes locations get modified before the repaint event is performed

I have a panel and on this panel, I create a number of TextBoxes, one under the other. The number of TextBoxes is greater than the vertical size of the panel can accommodate. I have two problems: 1. ...
user2102327's user avatar
-1 votes
1 answer
63 views

Java swing scrollpane doesn't show the scroll bar

I was working on a java swing gui project for my course. When I was doing that, I found that I had too much information in a panel and it was not able to show everything. As a result, I wanted to add ...
scaresneeze's user avatar
0 votes
1 answer
449 views

R Shiny CSS: Enable scrolling in the x and y direction in an application with several absolute panels

I have an R Shiny application with several absolute panels. The full application looks like this: I would like users to be able to scroll in the x and y direction in instances when their browser ...
awags1's user avatar
  • 312
1 vote
0 answers
490 views

Turn off/on WS_EX_COMPOSITED at Runtime while scrolling a Panel

Is it possible for us to turn WS_EX_COMPOSITED on ONLY when a Panel/Container Control is being scrolled, then turning it off? Having it activated for the whole lifespan of the application, affects ...
Dezv's user avatar
  • 176
0 votes
1 answer
740 views

ExtJS 6.0.2 Create a Panel with two nested Panels using hbox layout

I am trying to build a panel with two components using hbox layout, one of fixed width on the left, the second would contain multiple forms side by side and should be horizontally scrollable. I want ...
Shivam Kedia's user avatar
0 votes
0 answers
753 views

How to automatically display horizontal scroll bar in panel when minimized form?

I have a groupbox to display my config items. The groupbox is in a panel in a form. When the form loads, it opens on maximized mode. During this time, the vertical scrollbar in panel is displayed ...
MRu's user avatar
  • 1,335
2 votes
1 answer
1k views

How to scroll Panel by keyboard?

Inside a form, I have a Panel that contains a single PictureBox and nothing else. One of the requirements is that the user should be able to scroll through the contents of that panel by using only the ...
Andii's user avatar
  • 337
0 votes
0 answers
55 views

how do i scroll panel with all controll using mouse or touch window form

I want to scroll using mouse or touch on click and drag. i just want to scroll on click panel area and scroll controls of the panel's.
MB3515's user avatar
  • 1
0 votes
3 answers
2k views

SAPUI5 Panels - Controlling position of content

I have a number of Panels which, when expanded, show the corresponding questions for that particular 'Category' The issue I have is, say for example I answer the questions for the 1st panel, the ...
Adam Harkus's user avatar
  • 2,190
0 votes
3 answers
832 views

How do I scroll over items in a Panel?

I'm creating an app where I have a Panel with some Labels in it. Some of the Labels are located beyond the Display Rectangle of the Panel, so the Panel shows a vertical ScrollBar automatically (which ...
John's user avatar
  • 1,338
0 votes
0 answers
102 views

Disabling smooth scrolling

I have a Panel in which a VerticalScroll is used. When the user clicks the VerticalScroll and drags it, the VerticalScroll scrolls smoothly. This is what I do not want to have. Rather than scrolling ...
Entwickler582's user avatar
0 votes
1 answer
102 views

Why is a ScrolledPanel inside a Treebook not resized automatically?

As I need scrollbars I changed the default Panel by a ScrolledPanel, but the content I inserted inside ScrolledPanel does not make it auto-size according to the size of the window. I then tried to ...
user avatar
1 vote
4 answers
199 views

Cannot fully scroll down in side panel in an html example from w3school

I created an example: jsfiffle exactly identical to this one in w3schools: w3schools sidenav_push except that mine has more anchor tags in the side panel. Why scrolling to the very bottom of ...
aless80's user avatar
  • 3,290
0 votes
0 answers
314 views

Scroll panel in ASP.NET down

I have a page with a panel (class System.Web.UI.WebControls.Panel) in ASP.NET. The panel in updating each 4 seconds and so it scrolls up every time. Can you say me please how to scroll it ...
Andrew's user avatar
  • 25
0 votes
1 answer
368 views

Maintain Scroll Position When Panel Swipes Open

I have a page with a side panel that swipes open. I would like the scroll position to remain in the same place, when this panel is swiped open. Currently, it snaps to the top. My below code is not ...
BlueHelmet's user avatar

15 30 50 per page
1
2 3 4 5 6