I've used avalondock - it is quite good if you need drag-able, dock-able VS-like ui (and if you look at the code you'll see a bunch of areas of WPF you've never seen before). For your scenario I'd look at using the wpf grid with a grid-splitter and code to animate the left column width. I think Adam Nathan had a demo of this in WPF unleashed.
Joseph On 25/10/2010, at 8:29 AM, "Greg Keogh" <[email protected]> wrote: > I need to create the appearance of Windows Explorer with a navigation pane > on the left and a main pane filling the remainder. *BUT* the left pane needs > to be collapsible and to be pinned opened. This is a trivial two-pane subset > of what it possible with dockable windows. > > > > I was looking for the easiest way of getting this effect (without writing it > myself!). I see AvalonDock on codeplex can do this, but it’s a full blown > sophisticated docking library which will need a few hours of experimentation > to figure out which subset of it I need. > > > > Has anyone used AvalonDock and can comment on it? Or perhaps there’s some > other easy way of getting my desired appearance. > > > > Cheers, Greg > > _______________________________________________ > ozwpf mailing list > [email protected] > http://prdlxvm0001.codify.net/mailman/listinfo/ozwpf
_______________________________________________ ozwpf mailing list [email protected] http://prdlxvm0001.codify.net/mailman/listinfo/ozwpf
