DataGridView

0
0

Hi,

after trying to make the vertikal-scrollbar working i have the following question:

In design-mode the vertical scrollbar is visible but while running the app in the browser only the horizontal scrollbar is visible.

Thanks for the support!

Attachment
  • You must to post comments
0
0

Looks like you have set AutoSize to true to make the datagarid grow vertically hence it will never show the scrollbars. To scroll the parent set AutoScroll to true on the container.

  • Theo Siegle
    Thanks a lot Levi & Frank for the great support!!! After setting AutoSize to false it’s working as expected. Best regards Theo
  • You must to post comments
0
0

Hi Levi,

thank you very much for response!

 

ScrollBars property set to Both

I am using a DataSource

I am using Firefox, Edge has the same result.

I am using the latest Update from today 2021-01-28

I already looked to another Project and it is working with both scrollbars but i can’t figure out the differences.

 

  • Frank (ITG)
    Hi Theo, can you please check if your columns are set to Frozen = true. I have seen this happen in another project. Regards, Frank
  • Theo Siegle
    Hi Frank, Frozen is set false on each column. Best regards Theo
  • You must to post comments
0
0

Hi Theo,

I need to collect a bit more information from you to diagnose the issue.

  • Did you set the ScrollBars property to Both?
  • How are you populating the DGV (setting a DataSource, using this.DGV.Rows.Add, etc)?
  • Did you try with a blank project and compare the properties of the DGV?
  • What browser are you using?
  • What version of Wisej are you using?

Let me know!

Best,

Levie

  • You must to post comments
Showing 3 results
Your Answer

Please first to submit.