M
Michael Gorbach
Iv got a settings object (class) for my program that is beginning to
get pretty complicated and large. Im begining to get tired of
maintaining a user interface with functions that put and read fields
and propoerties of this object to/from textboxes. Can I use some kind
of data binding to either the textboxes or a grid to have them pull
data from my SimulationSettings object's properties without me having
to copy and read it textbox by textbox?
get pretty complicated and large. Im begining to get tired of
maintaining a user interface with functions that put and read fields
and propoerties of this object to/from textboxes. Can I use some kind
of data binding to either the textboxes or a grid to have them pull
data from my SimulationSettings object's properties without me having
to copy and read it textbox by textbox?