[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Gridview with spinbox
[Thread Prev] | [Thread Next]
- Subject: Gridview with spinbox
- From: Shane Powell <buster6seven@xxxxxxxxx>
- Date: Sun, 9 Mar 2025 02:53:13 +1100
- To: user@xxxxxxxxxxxxxxxxxxxxxx
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.
Re: Gridview with spinbox | T Lee Davidson <t.lee.davidson@xxxxxxxxx> |
Re: Gridview with spinbox | Bruce Steers <bsteers4@xxxxxxxxx> |