Search Result

Collapse
5 results in 0.0030 seconds.
Keywords
Members
Tags
blend
  •  

  • Ben G
    started a topic WPF TreeView binding to Database data

    WPF TreeView binding to Database data

    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...
    See more | Go to post
    Last edited by Ben G; Dec 15 '10, 11:50 AM. Reason: line 48

  • How 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 =)
    See more | Go to post

  • Justin Webster
    started a topic Expression Blend WPF GoToState

    Expression Blend WPF GoToState

    I've made a textbox control (txtText) and added a custom state ("Error"). I tried using
    Code:
    VisualStateManager.goToState(txtText, "Error", True)
    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?
    See more | Go to post

  • Developer111
    started a topic Animate Web Browser Control in Blend 3
    in .NET

    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...
    See more | Go to post

  • Developer111
    started a topic Animate Web Browser Control
    in .NET

    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...
    See more | Go to post
Working...