[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.platform.swt] Nebula Grid

Hi All,

   I am facing two problems in Nebula Grid,

1. How can we set the height of the grid Item... I want to increase the size of the grid item vertically..

I can able set the size of the grid Item in terms of Width...(i.e; horizontally)..
I am displaying image in a cell, as the image is bigger, the image is not completely visible in a Grid.


    Please help in this regard.


2. Another requirement is based on the size of the grid(I perform resizing of grid) and size of the image, it will automatically calculate the number of grid columns...
Problem is suppose there are 2 columns in the grid.. and after performing the resizing operation, the calculated number of cells is 5...these 5 columns were appended to the already existing 2 columns...


I want to set the number of columns to zero and then adding the newly cal no of cols...

 Please help me ...