in
All Tags » layout (RSS)

Browse by Tags

  • New July CTPs posted for Layout and 3D Mix

    The expiration for the existing CTPs is set to expire Friday, June 13, 2008. We decided to take a snapshot in our current developement and release two new July CTPs. Layout Mix July CTP: http://www.blendables.com/files/folders/layout_ctp/entry455.aspx 3D Mix July CTP: http://www.blendables.com/files/folders...
    Posted to blendables (Weblog) by kurt.brockett on 06-13-2008
  • Re: Carousel3D vs Carousel

    CenterChild() will animate the child if you pass the second parameter as a timespan greater than zero. For example, TimeSpan.FromMilliseconds(500) could be used for a half second animation. If you want it to be a half second per quarter turn, then pass the last parameter as true.
    Posted to blendables : essentials mix (Forum) by JonathanRuss on 06-10-2008
  • Re: Carousel3D vs Carousel

    ItemContainerGenerator is a property of the ListBox. If you are not accessing it from within the code of the ListBox itself, you must qualify it with an instance: _carousel.CenterChild( _myCarouselListBox .ItemContainerGenerator.ContainerFromItem(e.AddedItems[0]) as UIElement, new TimeSpan(0), false...
    Posted to blendables : essentials mix (Forum) by JonathanRuss on 06-08-2008
  • Re: Carousel3D vs Carousel

    CenterChild is indeed a helper method on Carousel for animating a child of the panel to the front (center) of the carousel. You simply need to supply a child of the Carousel to the first parameter of this method. ItemContainerGenerator.ContainerFromItem(e.AddedItems[0]) as UIElement Should be a reliable...
    Posted to blendables : essentials mix (Forum) by JonathanRuss on 06-08-2008
  • Re: Carousel3D vs Carousel

    Thanks, tkd. That's excellent feedback! You're right, the CarouselListBox sample is a rather advanced example of how the panel might be used in a custom control. We should also put together a very simple sample of how you might use the panel to simply arrange elements in a Carousel layout. I'll...
    Posted to blendables : essentials mix (Forum) by JonathanRuss on 06-07-2008
  • Re: Carousel3D vs Carousel

    Hi tkd. Welcome to the wonderful world of WPF! Hope you enjoy it as much as the rest of us. :-) Carousel3D is a true 3D control, whereas Carousel is a 2D Panel that simulates 3D. In WPF, layout elements like Grid, StackPanel, WrapPanel, and Canvas all derive from the Panel class. A Panel is used to size...
    Posted to blendables : essentials mix (Forum) by JonathanRuss on 06-07-2008
  • ListBox using the Carousel Panel as its Items Host

    The May CTP release of the Layouts mix introduces a new animation panel called Carousel. This is a simple, but powerful, panel that arranges its children in an elliptical layout. By default, the panel will scale its children and set their z-index values to create a 2D layout that has the appearance of...
    Posted to layout samples (FileGallery) by JonathanRuss on 04-30-2008
  • New Features in the May CTP Release of the Layout Mix

    Here's a little deeper rundown on the new features in the Layout Mix (May CTP Release). The Layout mix now includes full support for enter and exit animations when children are added to or removed from an animation panel. The March CTP had a number of hooks for the enter and exit animations, but...
    Posted to blendables (Weblog) by JonathanRuss on 04-30-2008
  • New CTPs - Get em while they're hot

    Tonight sometime your March CTPs for the Layout and 3D mix are set to expire. Good news though. We have new CTPs for your CTPing pleasure. Report for the Layout Mix: New May CTP Uploaded (expiration June 13) - http://www.blendables.com/files/folders/layout_ctp/entry455.aspx Enter and Exit Animations for...
    Posted to blendables (Weblog) by kurt.brockett on 04-30-2008
  • blendables layout mix - august ctp

    This is the August CTP installer of blendables layout mix. CTP Expiration ---------------------------------------------------- The August CTP will expire on September 30, 2008. A shipping version of the product or an updated CTP will be available before this date. Installation Location -------------...
    Posted to layout ctp installer (FileGallery) by kurt.brockett on 04-30-2008
Page 1 of 2 (18 items) 1 2 Next >
Copyright © 2007 IdentityMine, Inc.  | Careers  | Policies  | License  | News & Press