usercontrol

  1. B

    DataGridView in UserControl

    Hi, I am making a usercontrol containing a datagridview and some additional controls and I need to expose the Columns property of the datagridview in my usercontrol at design-time. I know that it isn´t as easy as "Public Property Grid as DataGridView ..." and I tried many of the workarounds that...
  2. S

    Fixed Vertex point, but draggable user control.

    (C#) Fixed Vertex point, but draggable user control. I need help... I would like to have a user control with a vertex like "those balloon tooltips". I would like to call this control at any point on the screen and it pops up with a vertex at the mouse point. Then i would like to drag this...
Back
Top