Jump to content

Help in GridList


Rouzbeh

Recommended Posts

hi, i'm making a "download mod system" working with gui but i have a problem with Gridlist.

i want make 2 columns "name" and "replacement" with 1 row to fill 2columns, but in GuiEditor which column have different row.

For Example: under name: lamborghini Aventador and under replacement: infernus will be selected as 1 row!

Link to comment

If I remember correctly, guieditor defaults the grid-list selection mode to 2, which means that each cell get selected individually.

What you really need is:

guiGridListSetSelectionMode(gridlist, 0) 

Which means single row selection. Visit the wiki page for more info.

Link to comment
If I remember correctly, guieditor defaults the grid-list selection mode to 2, which means that each cell get selected individually.

What you really need is:

guiGridListSetSelectionMode(gridlist, 0) 

Which means single row selection. Visit the wiki page for more info.

OW very thanks JR10

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...