Click here to Skip to main content
15,891,976 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
i have created an application that need to run in an touch screen system my customer dont need scroll bar at the left side . I have used panels and arrange images inside panel that like a gallery . Only i need is to hide scroll . I will send the images the page.
Posted
Comments
Sanket Saxena 27-Aug-15 8:14am    
I think that you're having this problem because the AutoScroll property of your panel is set to true.
Sergey Alexandrovich Kryukov 27-Aug-15 11:17am    
The problems sounds very simple, but you did not explain what you are talking about.
Panel? which one? At least tell us the full type name.
—SA

If the "panel" is a Panel or FlowLayoutPanel, set the property AutoScroll to False.

regs

ron O.
 
Share this answer
 
here is the MSDN page on sendtoBack

https://msdn.microsoft.com/en-us/library/system.windows.forms.control.sendtoback(v=vs.110).aspx

There is also the hide methods but this will need to be accompanied by a show if you want to reuse the object

https://msdn.microsoft.com/en-us/library/aa267562(v=vs.60).aspx[^]
 
Share this answer
 
v3
Comments
Richard Deeming 28-Aug-15 13:14pm    
Your answer has nothing to do with the question.
MarcusCole6833 1-Sep-15 13:01pm    
I realize that now!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900