Form_Load(........
    Dim rect As Rectangle = DataGridView1.GetCellDisplayRectangle(3, -1, True)
    'cbVolumeOrder, datagridview üzerinde göstermek istediğimiz combobox ımız
    cbVolumeOrder.Location = New Point(rect.Location.X + 60, rect.Location.Y + 15)
    DataGridView1.Controls.Add(cbVolumeOrder)
 
No comments:
Post a Comment