Databinding panel.Height
Alan Baljeu <[email protected]> Wed, 17 Oct 2007 11:14:18 -0400
| Newsgroups | gmane.comp.windows.devel.dotnet.cx |
|---|---|
| Message-ID | <0d1501c810d0$63466960$1dc80ac6@CTI> |
I created a Mypanel object and docked it full to a form. Within class Mypanel the following
code is called before the form is shown.
this.DataBindings.Add("Height", psm, "Height");
this.DataBindings.Add("Width", psm, "Width");
Shouldn't this result in psm.Height property changing whenever I resize the form by dragging
with my mouse? It doesn't, and I have no idea what's at fault. Maybe these properties
don't support databinding events?
===================================
This list is hosted by DevelopMentorĀ® http://www.develop.com
View archives and manage your subscription(s) at http://discuss.develop.com