Naiss 28 Posted September 14, 2016 Is there a way to use a grid to place some data in like a Database grid. It's alot easyer to work with insted of using listbox something like this: Share this post Link to post Share on other sites
MrCopyright 107 Posted September 14, 2016 Unfortunately there aren't any grid control types, but I'm sure you could use a list box to add multiple columns. Share this post Link to post Share on other sites
Greenfist 1863 Posted September 14, 2016 If you're meaning the multiple columns, there's the ListNBox control: 1 Share this post Link to post Share on other sites
Naiss 28 Posted September 14, 2016 nah i mean like how its on the picture i showed Share this post Link to post Share on other sites
HallyG 239 Posted September 14, 2016 nah i mean like how its on the picture i showed you can have multiple rows on a ListNBox to display all the data you want... Share this post Link to post Share on other sites
Naiss 28 Posted September 14, 2016 ye like that and how ? Share this post Link to post Share on other sites
bad benson 1733 Posted September 14, 2016 check this out: http://steamcommunity.com/sharedfiles/filedetails/?id=287378519 very useful. also: https://community.bistudio.com/wiki/List_Box especially with dialogs always go from a working example, if you are new to this. at least that is how i found it works best. also consider that just asking "but how?" is not going to get you any meaningful answers. but now you have a starting point that will allow you to potentially come back with more meaningful questions. i know it sounds cheesy but it's about asking the right questions often times when you are trying to get to the bottom of things. Share this post Link to post Share on other sites
HallyG 239 Posted September 14, 2016 ye like that and how ? ListNBox commands have 'lnb' in their names. For example, lnbAddColumn 1 Share this post Link to post Share on other sites
Naiss 28 Posted September 14, 2016 check this out: http://steamcommunity.com/sharedfiles/filedetails/?id=287378519 very useful. also: https://community.bistudio.com/wiki/List_Box especially with dialogs always go from a working example, if you are new to this. at least that is how i found it works best. also consider that just asking "but how?" is not going to get you any meaningful answers. but now you have a starting point that will allow you to potentially come back with more meaningful questions. i know it sounds cheesy but it's about asking the right questions often times when you are trying to get to the bottom of things. Well i know all that stuff you linked me think you are miss understanding me ListNBox commands have 'lnb' in their names. For example, lnbAddColumn This is what i was looking for Thanks. Share this post Link to post Share on other sites
Greenfist 1863 Posted September 14, 2016 Well i know all that stuff you linked me think you are miss understanding me This is what i was looking for Thanks. lnb commands were exactly what bad benson already linked you to. :D 2 Share this post Link to post Share on other sites
HallyG 239 Posted September 14, 2016 lnb commands were exactly what bad benson already linked you to. :D shhh that makes me look bad for not checking his links :o 2 Share this post Link to post Share on other sites