CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Hybrid View

  1. #1
    Join Date
    Mar 2009
    Posts
    1

    Layout manager for my Dshboard

    Hello,

    I am looking for a Pod manager(Adobe Flex) like UI and experience for my dashboards. I am new to WPF. I tried searching for layout manager controls - no help. Dunno if it possible in WPF.

    Any suggestions. Atleast if it is not possible using WPF is there any control like (synfusion or Devexpress, not available in these two).

    I have attached a demo of FLEX pod manager for your reference.

    http://examples.adobe.com/flex3/devn...oard/main.html

    Try to minimise or close any of the charts. The way charts move is absolutely amazing.


    Thanks in advance
    Newtodev

  2. #2
    Join Date
    Sep 2002
    Location
    14° 39'19.65"N / 121° 1'44.34"E
    Posts
    9,815

    Re: Layout manager for my Dshboard

    With WPF, you don't need a separate layout manager: It is built-in. For example, it is sufficient to place your content panes inside a WrapPanel for obtain an effect similar to the one in the Flex sample (minus the animation, but that can be added separately).

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured