BUG: Inconsistent behavior when you bind the Visible property of a Windows Form control to a Boolean field (327305)
The information in this article applies to:
- Microsoft .NET Framework Class Libraries 1.1
- Microsoft .NET Framework Class Libraries 1.0
- Microsoft Visual Basic .NET (2003)
- Microsoft Visual Basic .NET (2002)
This article was previously published under Q327305 SYMPTOMS When you bind the Visible property of a Windows Form control to a Boolean field, the
property setting is inconsistent with the values in the underlying fields.
CAUSE This behavior occurs because the Visible property is incorrectly updated to the value in the Boolean
field. RESOLUTION Instead of binding the Visible property directly to the Boolean field, programmatically set the Visible property of the control based on the current value of the Boolean
field. STATUSMicrosoft has confirmed that this is a bug in the Microsoft products that are listed in the "Applies to" section.
Modification Type: | Minor | Last Reviewed: | 1/20/2006 |
---|
Keywords: | kbvs2005swept kbvs2005doesnotapply kbvs2002sp1sweep kbbug kbnofix KB327305 |
---|
|