I have a GridView
, which displays pictures of alphabets
what happens is , every time in the last row there are less no of alphabets.
and the last row is left a
I have the same problem, but I managed this using two gridviews, with first gridview displaying the rows except the last row, with the second gridview displaying the last row. This is the simplest way to achieve what I need. I have not find a better solution. Looking forward to see a nice and simple way also.