Skip to main content
Home Forums Silverlight Programming Report a Silverlight Bug TextBox Control no enable/disable, readonly.
2 replies. Latest Post by Kevmeister on August 15, 2008.
(0)
Kevmeister
Member
249 points
119 Posts
08-08-2008 1:04 AM |
Fairly self-explanatory. The TextBox control does not allow itself to be disabled, and there is no mechanism to allow it to be marked read-only to prevent changing of the information in the textbox (but where it is still desirable to allow copy-to-clipboard).
I don't know how many other controls suffer from the same lack of enabling/disabling, but there should be consistency across all controls in this regard.
Jim Mangaly
Contributor
2622 points
381 Posts
08-08-2008 4:22 AM |
Kevmeister, TextBox has an IsReadOnly property. See http://silverlight.net/forums/p/15636/51733.aspx#51733
Jim (http://jimmangaly.blogspot.com/)
08-15-2008 7:54 AM |
Not much I can say to that, except: Oops!