I'm writing a windows forms application with an ultragrid.
For layout reasons I'm using the dock property. When I put this property on none (from the ultragrid) the scrollbars are displayed.
When I put this property on fill the scrollbars are gone.
Does anyone know how I can fix this?
Hello Gert,
This could be happening if the space for showing all the records and columns is enough when the Dock is set to Fill. Since I believe this is not the case, I tried it and it worked fine for me. I will be glad to take a look at a small sample project which reproduces this issue.
Hi Boris,
I've made a dummyproject which has the problem. Can I send the rar-file to you through this site?
greetings
Gert
Yes, you can. When you are writing a post, you could see at the top of the page 'Compose', 'Options' and 'Preview'. Please navigate ot Options and then 'Add/Update'. Please let me know if something comes up.
That did the trick
Thanx
I reviewed your sample, thank you for it, and I believe that the issue here is that the grid is actually displaying the scrollbars but they are not visible because the buttons and other controls are 'above' them. You could try clicking on the grid with right mouse button and select bring to front. Please let me know if it worked for you as it worked for me.
hi boris,
I've added the dummy project which has the problem. Also an excel file is added to the rar-file. To see the problem copy the data in the excelfile,
then open the application and press the 'button1' - button to copy the data. You will see that the scrollbars aren't there.