Click here to Skip to main content
15,915,019 members
Home / Discussions / WPF
   

WPF

 
AnswerRe: Using Multiple User Controls Pin
jayvee102217-Oct-08 8:05
jayvee102217-Oct-08 8:05 
NewsQuicker way to make Silverlight animations! Pin
OTUTO15-Oct-08 21:28
OTUTO15-Oct-08 21:28 
GeneralRe: Quicker way to make Silverlight animations! Pin
Michael Sync18-Oct-08 21:48
Michael Sync18-Oct-08 21:48 
GeneralRe: Quicker way to make Silverlight animations! Pin
User 2710091-May-09 4:50
User 2710091-May-09 4:50 
QuestionListView In WPF Pin
resna.s15-Oct-08 18:03
resna.s15-Oct-08 18:03 
AnswerRe: ListView In WPF Pin
Pete O'Hanlon15-Oct-08 23:46
mvePete O'Hanlon15-Oct-08 23:46 
QuestionXAML Power Toys 3.3 Released With New Class Browser Pin
User 27100914-Oct-08 0:22
User 27100914-Oct-08 0:22 
QuestionDynamically setting textbox/listbox background and isTabStop Pin
John Hanlon13-Oct-08 11:01
John Hanlon13-Oct-08 11:01 
I have a WPF application in which I need to programmatically set the background and isTapStop properties of every textbox and listbox displayed based on pre-defined data that will be retrieved from a database and loaded into a List<t> when the app loads.

To be short in my description, there are 3-4 display types that my app uses. Based on the selected display type (just a value in a combox box) I will need to dynamically set the background and isTabStop value of these controls. My first hunch is to implement a class that iterates the DependencyObjects retured by the VisualTreeHelper, then check to see whether or not the element is a textbox or listbox, then check the control's binding path.path to see what database field it's bound to. That will work, as once I retrieve this I can set these two properties in code.

My question is this: is there a better way to do it?
AnswerRe: Dynamically setting textbox/listbox background and isTabStop Pin
User 27100913-Oct-08 14:00
User 27100913-Oct-08 14:00 
QuestionWPF idle application freezes Pin
Camilo Sanchez13-Oct-08 10:19
Camilo Sanchez13-Oct-08 10:19 
AnswerRe: WPF idle application freezes Pin
User 27100914-Oct-08 5:03
User 27100914-Oct-08 5:03 
GeneralRe: WPF idle application freezes Pin
Camilo Sanchez14-Oct-08 11:43
Camilo Sanchez14-Oct-08 11:43 
QuestionWPF Ready for LOB Apps??? Pin
Jammer13-Oct-08 9:35
Jammer13-Oct-08 9:35 
AnswerRe: WPF Ready for LOB Apps??? Pin
Pete O'Hanlon13-Oct-08 9:39
mvePete O'Hanlon13-Oct-08 9:39 
GeneralRe: WPF Ready for LOB Apps??? Pin
Jammer13-Oct-08 9:42
Jammer13-Oct-08 9:42 
GeneralRe: WPF Ready for LOB Apps??? Pin
Scott Dorman13-Oct-08 9:45
professionalScott Dorman13-Oct-08 9:45 
GeneralRe: WPF Ready for LOB Apps??? Pin
Pete O'Hanlon13-Oct-08 10:18
mvePete O'Hanlon13-Oct-08 10:18 
GeneralRe: WPF Ready for LOB Apps??? Pin
Scott Dorman13-Oct-08 10:19
professionalScott Dorman13-Oct-08 10:19 
GeneralRe: WPF Ready for LOB Apps??? Pin
Jammer14-Oct-08 0:41
Jammer14-Oct-08 0:41 
QuestionRe: WPF Ready for LOB Apps??? Pin
User 27100913-Oct-08 14:01
User 27100913-Oct-08 14:01 
AnswerRe: WPF Ready for LOB Apps??? Pin
Jammer14-Oct-08 0:42
Jammer14-Oct-08 0:42 
Questionhow to make a property appear in .xaml file Pin
vinod.sankuthodi13-Oct-08 0:33
vinod.sankuthodi13-Oct-08 0:33 
GeneralRe: how to make a property appear in .xaml file Pin
Pete O'Hanlon13-Oct-08 1:36
mvePete O'Hanlon13-Oct-08 1:36 
QuestionRe: how to make a property appear in .xaml file [modified] Pin
vinod.sankuthodi13-Oct-08 3:13
vinod.sankuthodi13-Oct-08 3:13 
Questionplz can any body give me code for silverlight2 which can transfer to another web page ?? Pin
ahmedhassan9612-Oct-08 13:10
ahmedhassan9612-Oct-08 13:10 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.