Hi All,
Hope I have the correct forum.
I'm building a game and am currently making some editors to generate XML. I'm looking for an control that will easily let me store a List of [int, int] or Vector2. Currently I'm using 2 Multiline Text Boxes (1 for Vector2.X and 1 for Vector2.Y). I cycle through the TextBox Lines and use the data to create a Vector2 and add that to a List<Vector2> which I then export to XML.
I haven't done alot of .Net or Windows Form work so was wondering if there is a control that I'm over looking that would be better suited.
Multi-Dimention Array Form Control?
Page 1 of 15 Replies - 3867 Views - Last Post: 06 November 2012 - 02:35 PM
Replies To: Multi-Dimention Array Form Control?
#2
Re: Multi-Dimention Array Form Control?
Posted 06 November 2012 - 02:16 PM
#3
Re: Multi-Dimention Array Form Control?
Posted 06 November 2012 - 02:26 PM
Thanks Modi123_1,
Just to make my first post a little clearer. I'm happy using Vector2 but it is the graphical form control that I'm wanting to replace. Using 2 Multiline text Boxes seems messy. I'm hoping for multi-column textbox or the like?
Just to make my first post a little clearer. I'm happy using Vector2 but it is the graphical form control that I'm wanting to replace. Using 2 Multiline text Boxes seems messy. I'm hoping for multi-column textbox or the like?
#4
Re: Multi-Dimention Array Form Control?
Posted 06 November 2012 - 02:26 PM
... so a gridview?
#5
Re: Multi-Dimention Array Form Control?
Posted 06 November 2012 - 02:33 PM
Gridview you say, never heard of it but will give it a crack tonight
Thanks.
Update: Just read up about what a Gridview is and it sounds bang on to what I was after. Thanks again!
Update: Just read up about what a Gridview is and it sounds bang on to what I was after. Thanks again!
#6
Re: Multi-Dimention Array Form Control?
Posted 06 November 2012 - 02:35 PM
Page 1 of 1
|
|

New Topic/Question
Reply


MultiQuote






|