:: Forum >>
Regarding Grid Resizing
Hi Friends.
I am doing my project on ActiveWidgets. I have created a grid, the problem i faced is, when i use to minimize the grid, and again when i use to maximize the grid, i am not getting the full data, available in the grid. Instead of that data i am getting white space. And once again if i have to see the data, then i need to take the scroll bar to that place. So that i can see some of the data, and rest place inside the grid will show white space. I tried a lot, but unable to come out of this problem. So, Please anybody help me so that i can come out of this problem.
Thanks...
Vimal Kumar Srivastava, Madhepura
Friday, September 5, 2008
Friday, September 5, 2008
Hi Friends,
Thanks for replying. I went through all the coding available in the link you gave me. But still the problem remain. Actually the problem is that suppose i have given 50 data in grid. Then i am getting scroll bar. And when i use to minimize the grid and if i will touch the scroll bar in that time, then when once again i will maximize my grid, i am not getting full data. where as if simply i will minimize and maximize the grid then no problem. only the problem is, when i use to minimize the grid and will touch the scroll bar. so please help me. Thanks
Vimal Kumar Srivastava, Madhepura
Friday, September 5, 2008
Saturday, September 6, 2008
Thanks, for reply.
Now it's working. For that i just created a function and named 'resize'. The sample code is like this:
function reSize()
{
grid.setScrollLeft(grid.getScrollLeft()+1);
grid.setScrollLeft(grid.getScrollLeft()-1);
.................
................
}
Just try it.
Vimal Kumar Srivastava(Madhepura)
Friday, October 10, 2008
This topic is archived.
Back to support forum
Forum search