Search results

  1. O

    Can not see text in TextBox when it is disabled

    I got an answer from Microsoft that this is the default behavior of a text box that the background and the text color is the same for a disabled TextBox very odd that a default behaviorof a control is buggy (Text can no be seen when it is disabled) I do not think any one needs this behavior.
  2. O

    Can not see text in TextBox when it is disabled

    build a metro application (Windows 8 Release Preview) using Visual studio 2012 the application has only a text box and a button click on the button only Enable/Disable the text box when I disable it the text in it is not visible and when I enable it it is grayed out until it get a focus...
  3. O

    Detecting a dependecy property changes when user changes a text box

    I am developing a C# metro application in using Windows8 Release preview and implementing MVVM. I have a Button and TextBox the button is attached to ICommand and its CanExecute depends on the TextBox value. The TextBox Text propery is bind (TwoWay) to DependencyProperty "MyTextProperty" The...
Back
Top