|
-
Aug 3rd, 2020, 01:03 PM
#1
Thread Starter
Lively Member
How do I scroll over controls added to a dynamic panel?
I am adding dynamic controls to a panel but when the form loads I cannot scroll down unless I hover my mouse cursor over the panel. If its over a control then it will not scroll. How do I modify this, so that if I am hovering above any of the controls I can still scroll down using the mouse wheel?
-
Aug 3rd, 2020, 03:19 PM
#2
Re: How do I scroll over controls added to a dynamic panel?
The best friend of any programmer is a search engine 
"Don't wish it was easier, wish you were better. Don't wish for less problems, wish for more skills. Don't wish for less challenges, wish for more wisdom" (J. Rohn)
“They did not know it was impossible so they did it” (Mark Twain)
-
Aug 3rd, 2020, 03:30 PM
#3
Re: How do I scroll over controls added to a dynamic panel?
me thinks a panel isn't what you should be using. Try taking a look at a LayoutFlowPanel or a FlowLayoutTable ... one or both of thosse should better suit what you're doing and preserve your scrolling w/o needing extra code.
-tg
-
Aug 3rd, 2020, 08:09 PM
#4
Re: How do I scroll over controls added to a dynamic panel?
 Originally Posted by techgnome
me thinks a panel isn't what you should be using. Try taking a look at a LayoutFlowPanel or a FlowLayoutTable ... one or both of thosse should better suit what you're doing and preserve your scrolling w/o needing extra code.
-tg
FlowLayoutPanel and TableLayoutPanel, to be precise.
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|