Resizing columnsand rows in a grid using Window9

General FreeBASIC programming questions.
Post Reply
RNBW
Posts: 275
Joined: Apr 11, 2015 11:06
Location: UK

Resizing columnsand rows in a grid using Window9

Post by RNBW »

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?
Imortis
Moderator
Posts: 1980
Joined: Jun 02, 2005 15:10
Location: USA
Contact:

Re: Resizing columnsand rows in a grid using Window9

Post by Imortis »

What is the gadget you are using? I don't see a "grid" gadget in the docs.
RNBW
Posts: 275
Joined: Apr 11, 2015 11:06
Location: UK

Re: Resizing columnsand rows in a grid using Window9

Post by RNBW »

I would be using StringGadgets in the form of a grid.
SARG
Posts: 1888
Joined: May 27, 2005 7:15
Location: FRANCE

Re: Resizing columnsand rows in a grid using Window9

Post by SARG »

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.


Image
Post Reply