How to add a UserControl to a DataGridView in VB.net, and have the control always showing?

前端 未结 3 1541
栀梦
栀梦 2020-12-07 04:25

I made a usercontrol that is basically a panel with a bunch of labels, buttons, and Event Handlers on it. I want to be able to populate a DataGridView with these controls.

3条回答
  •  执念已碎
    2020-12-07 04:55

    read this article How can you add a custom user control to a datagridview? http://bytes.com/topic/visual-basic-net/answers/444528-how-can-you-add-custom-user-control-datagridview

提交回复
热议问题