[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Gridview with spinbox


hi I'm trying to make a spin box in a grid-view column with this code

Dim spn As SpinBox = New SpinBox(GridView1) As "spnEditor"

and then size it with

spn.Expand = False

spn.Move(GridView1.Current.X, GridView1.Current.Y, 20, 20)

but when the program runs it expands to the size of GridView1

what am i doing wrong

Cheers Shane.



Follow-Ups:
Re: Gridview with spinboxT Lee Davidson <t.lee.davidson@xxxxxxxxx>
Re: Gridview with spinboxBruce Steers <bsteers4@xxxxxxxxx>