Click to See Complete Forum and Search --> : Layout manager for my Dshboard


new2dev
March 27th, 2009, 02:12 AM
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/devnet/dashboard/main.html

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


Thanks in advance
Newtodev

gstercken
April 20th, 2009, 07:03 AM
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).