Is there something like text-wrap available for grids?
Here's a picture of the grid functioning normally:

and one of it not functioning properly:

Is there a way to force a flexible grid to always display two columns? I currently have my inventory grid in two columns, one for the item and the other for its suffix, but when the window is resized or an obj's name is too long, the grid doesn't auto-adjust.
Is there something like text-wrap available for grids? Here's a picture of the grid functioning normally: ![]() and one of it not functioning properly: ![]() |
And removing items from the list wouldn't be too hard either.
If I were you, I'd utilize the Entered() and Exit() proc's for mobs. This way, when things are added and removed from contents it can be made automatic. However, be sure to use Move().
Example: