[CLOSED] [REQUEST] Scroll Bar properties

Answered
0
0

Hi,
I’m using flowlayout panel
compared winform is missing scrollbar’s properties Visible and Maximum
is it possibile to add?
regards
Cristian

  • You must to post comments
Best Answer
0
0

Cristian,

You can set the visibility of the scrollbar by using something like:

flowLayoutPanel1.ScrollBars = ScrollBars.None;

There is also a “VScrollBar” component that is more similar to the behavior you are desiring and could be used to scroll controls.

I’ll see what I can do about adding a request for the scrollbars in controls to by default have the “Maximum” property.

Best regards,

Levie

  • You must to post comments
0
0

Cristian,

included in Wisej 2.0.36

Best regards
Frank

  • You must to post comments
0
0

Hi Levie,
the property Visibile is usefull to know if the scroll bar it is showned or not.
thank you
Cristian

  • Levie (ITG)
    Hi Christian, we added the visible property to VerticalScroll and HorizontalScroll in ScrollableControls. It will be available in the next release.
  • Cristian Zerbinati
    great thank you!
  • You must to post comments
Showing 3 results
Your Answer

Please first to submit.