C# 3.0 - Making my UserControl resizable |
| Aldo Liaks posted at 03-Jul-08 04:32 |
Hi guys,
I added a UserControl to be shown when right clicking a column on a DataGridView control.
The UserControl "myUserControl" has a default width, but I want to let the user resizing it on running time.
I looked for some:
| myUserControl.Resizable property... |
but I can't find it?
How can I solve this problem?
Thanks in advance,
Aldo. |
|