Resizing columnsand rows in a grid using Window9
Resizing columnsand rows in a grid using Window9
Using Window9, how do I go about resizing the size of rows and columns in say a 4 col x 3 row grid by dragging the cell borders?
Re: Resizing columnsand rows in a grid using Window9
What is the gadget you are using? I don't see a "grid" gadget in the docs.
Re: Resizing columnsand rows in a grid using Window9
I would be using StringGadgets in the form of a grid.
Re: Resizing columnsand rows in a grid using Window9
You can use ListViewGadget and AddListViewColumn.
Then with the mouse you resize each column in title bar. About rows it seems not possible with the mouse.

Then with the mouse you resize each column in title bar. About rows it seems not possible with the mouse.
