CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: vladc77

Search: Search took 0.03 seconds.

  1. Replies
    0
    Views
    4,048

    Load content in the page with in XML?

    I am looking for an advice on the best technique to generate multiple container boxes/thumbnails of the content with xml in the Page.xaml. It can be stackpanels or listboxes with textblocks and...
  2. Generating multiple listboxes or stackpanels defining content in XML?

    I am looking for an advice on the best technique to generate multiple container boxes of the content with xml in the Page.xaml. It can be stackpanels or listboxes with textblocks and checkboxes in...
  3. How to assign Listbox name and Uri source to the listboxitems from xml?

    The idea is to have a listbox which will be generated from xml. Each item will have "name" and "UriLink". I need to navigate to the pages on click on the listboxitem. How can I populate name and...
  4. How to create dynamically populated items in a listbox and use it as navigation?

    Hello,
    I am trying to create navigation inside a listbox menu. I load data from xml to populate a list. Each item in the list box should be a link or button. Then, I create a frame to load xaml...
  5. Replies
    1
    Views
    8,288

    WPF: Controlling multiple storybords?

    I’m trying to find the best way to control multiple storyboards presentation. I have a set of 10 storyboards that have to be played in sequence by clicking forward key on a keyboard. I can play...
Results 1 to 5 of 5





Click Here to Expand Forum to Full Width

Featured