Hi everybody, I'm using a WinGrid inside a TabControl. Actualy there are 4 TabPages and one WinGrid to each Tab.
But sometime only in laptops the Grid desappear the Scrolbar, I set the Dock property to FILL but
don't work.
Can you tell my why, or I'm missing something.
Thanks
It's impossible to say why this is happening without more information. Is the scrollbar simply not showing up or is it that the grid is bigger than it's containing control and so it's getting clipped? If the grid is docked to Fill, it should never be clipped, but I have seen Visual Studio do this under certain circumstances. This has nothing to do with the grid, it appears to be a bug in the DotNet Framework.But again, it's impossible to guess without seeing this happen and being able to debug it.