I have a TextBox thats using this Style. I need to add a Focus() method to in this style. So that when the TextBox is Visible and the ValidParent Property is false then i call the Focus() method on th
This is my view, I want to collapse the second Rectange in the Button when windowstate is normal and vice versa.Mistakenly I changed the command name as ShowCommand, well I\'m trying it but can\'t do
I\'ve been working on a class derived from UITabBarController. At the most basic level, what I\'m trying to do is add a BackgroundColor property, and other public properties, that I can instantiate in
I\'m trying to implement a simple game - I\'ve written a dial control but having trouble writing a on-screen thumbstick in Silverlight for Windows Phone - this would be a large circle - say 15开发者_如
I\'m implementing something like an autosuggestion control: I have a user control that contains a TextBox and a ListBox. When the user enters text I\'m handing it with System.Windows.Interactivity beh
I just caused a problem that I\'m having trouble finding a solution for. I have been working on a year old Ruby On Rails app, which is stored in a Git repository.
I have a SortableListView of which I set the ItemsSource via a binding. Something like the following:
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.
I came to the same question again and again. I need to use the user entered values after a button event, or a doubleclick, or anything. when I do it with the designer, it passes automatically the txt
In my ASP.Net project; I\'m using C# as behind code. One of my project functions creates some text boxes dynamically, according to user\'s needs. Each textbox has a different Id.