Saturday, 15 June 2013

c# - Customizable table/label to make a matrix -



c# - Customizable table/label to make a matrix -

i trying utilize visual c# create editable row/column matrix. want this:

the row , col values editable , amount of cells resize within bounds. is, if alter rows this:

the bounds should remain same.

what sort of container should begin using? have tried panel command coloured labels can't think of how resize them?

just drag datagridview command toolbox onto form:

i've used next code before distribute column widths evenly:

base.autosizecolumnsmode = datagridviewautosizecolumnsmode.fill;

an autosizerowsmode property exists.

c# winforms user-interface datagridview control

No comments:

Post a Comment