Enable scrollbar on WinForm keeping AutoScroll property as FALSE and IsMdiContainer property TRUE.

  • Thread starter Thread starter SkyReachers
  • Start date Start date
S

SkyReachers

Guest
Hi All,

I am working on WinForm C# application in which scrollbar sometimes doesn't get displayed.

Properties of that winForm are like below:

1. AutoScroll = false

2. IsMdiContainer = true

Refresh form is done wherever necessary.

In the application scrollbar automatically gets displayed on the form whenever form content size goes beyond certain limit. There is no event written for scrollbar.

What could be the reason behind scrollbar not getting displayed in some conditions? Even the ScrollControlIntoView() API is not working.

Continue reading...
 
Back
Top