Jump to content

ColumnsMovable


Recommended Posts

Posted
gui["grid"] = guiCreateGridList(10, 45, 319, 155, false, gui["window"]) 
guiGridListAddColumn(gui["grid"], "column 1", 0.43) 
guiGridListAddColumn(gui["grid"], "column 2", 0.23) 
guiGridListAddColumn(gui["grid"], "column 3", 0.23) 
  
guiSetProperty(gui["grid"], "ColumnsSizable", "False") 
guiSetProperty(gui["grid"], "ColumnsMovable", "False") 

ColumnsSizable is work but ColumnsMovable is not work. Not give anything in debug. What is the problem? :roll:

Posted
But columns are not movable nor sizeable by default..

I think he is talking about the colmun width.

Do not yield your back to your enemy, might feel something strange in your ass.

Two things are infinite the universe and human stupidity and i'm not sure about the universe.

UF: IsTextInGridList | GetGridListRowIndexFromText | Table.removeValue | removeHex | dxDrawTriangle

Skype: SaSuki102 | About Me | Youtube channel | Lua Tips & Tricks | Lua Strings | Lua Tables | Lua Operators

Posted
But columns are not movable nor sizeable by default..

I think he is talking about the colmun width.

How can somone usually change the width of a column rather than with a script?

 

●●●

Rage Gaming Society

Coming Soon

●●●

Posted

If he means that he want to disable changing of the rows position, he should use guiGridListSetSortingEnabled function.

I don't know what you guys talking about, how to change row or column width? With a mouse? Jist asking

 

●●●

Rage Gaming Society

Coming Soon

●●●

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...