Hi All,
I'm quite new to programming and I am trying to bind some data stored in Sybase DB to a treeView in WPF. My data consists of information about PartyGroups and for each PartyGroup there are Persons associated with that group. So far I have managed to bind the data so that it displays a list of PartyGroups in the treeView but cannot get my head around hierarchical data templates i.e how to link the Persons. Would appreciate any...
Search Result
Collapse
5 results in 0.0030 seconds.
Keywords
Members
Tags
-
WPF TreeView binding to Database data
-
sword117 started a topic How to resume the storyboard in a especific time without user control in blend 4in XAMLHow to resume the storyboard in a especific time without user control in blend 4
I have a wpf project in microsoft expression blend 4, and i need to pause the storyboard at a especific time, and resume it later. without any user control button or something like that =) -
Expression Blend WPF GoToState
I've made a textbox control (txtText) and added a custom state ("Error"). I tried using
This works the first time after the project is built. However, when i click inside the textbox, which gives it focus and switches to the "Focus" state, the above code does not work again even though it returns true. What could I be doing incorrectly?Code:VisualStateManager.goToState(txtText, "Error", True)
-
Animate Web Browser Control in Blend 3
Hello,
I am trying to build a WPF application using blend 3. I need to display HTML contents in a portion of my application window. I tried to use 'web browser' control for the purpose, it renders the HTML as desired. But the problem is when I apply a simple animation (change width) for the 'Web browser' control, using story board, the animation doesn’t take effect. I tried to play the story board at design time, animation is played... -
Animate Web Browser Control
Hello,
I am trying to build a WPF application using blend 3. I need to display HTML contents in a portion of my application window. I tried to use 'web browser' control for the purpose, it renders the HTML as desired. But the problem is when I apply a simple animation (change width) for the 'Web browser' control, using story board, the animation doesn’t take effect. I tried to play the story board at design time, animation is played...