Y
YankeeImperialistDog
I've never done a Windows Forms app before this one. It is one that i'm
taking over from another developer. I have two situations where i'm not sure
of.
i have an order entry screen with a valiable number of line items per order.
I've decided to use a tablelayoutpanel and grow the grid as line items are
added.
Item 1: The whole thing is jumpy. There has to be a way to smooth this out.
Item 2: the dynamic gowth doesn't work unless i set the table initially to
50+ lines and on load set it to one. Then add as i go. If i don't do this i
get an index out of range error. What's up with that?
Item3: i prefer to create a tablelayoutpanelrow function that will return a
row to be added.
OK, if some of these things are not available it's because its not really
ment to be used for what i need. Any ideas appreciated.
Thanks
taking over from another developer. I have two situations where i'm not sure
of.
i have an order entry screen with a valiable number of line items per order.
I've decided to use a tablelayoutpanel and grow the grid as line items are
added.
Item 1: The whole thing is jumpy. There has to be a way to smooth this out.
Item 2: the dynamic gowth doesn't work unless i set the table initially to
50+ lines and on load set it to one. Then add as i go. If i don't do this i
get an index out of range error. What's up with that?
Item3: i prefer to create a tablelayoutpanelrow function that will return a
row to be added.
OK, if some of these things are not available it's because its not really
ment to be used for what i need. Any ideas appreciated.
Thanks