Browse Forum Posts by Tags

Showing related tags and posts for the Forums application.

  • Re: NavBarItem

    Posted to NavBar for Silverlight by jovca on Dec 1, 2009
    Hi, Making NavBarItem draggable is quite easy with our DragDrop control: Step 1: add the DragDrop namespace to the top of the page: xmlns : CArt =" clr - namespace : ComponentArt . Silverlight . UI ; assembly = ComponentArt.Silverlight.UI.Common " Step 2: add DragDrop.DragStarted attached event to the item you want to drag, in this case a NavBarItem: < ComponentArt : NavBarItem Header = "MyDraggableItem" CArt : DragDrop . DragStarted = "item_DragStarted" /> Step...
  • Re: TreeView in a NavBar

    Posted to NavBar for Silverlight by jovca on Dec 1, 2009
    Hi, Adding TreeView to NavBar is now easy, starting with 2009.3 SP1. More details in this blog post .
  • Re: Using Slider in NavBar

    Posted to NavBar for Silverlight by jovca on Nov 26, 2009
    Hi, Seems like the slider is not stretching, and its axis is compressed into a single pixel. The reason it's not moving is because it has nowhere to go. Setting the HorizontalAlignment to Stretch doesn't seem to work, but explicitly setting the slider Width does. Hope this helps.
  • Re: TreeView in a NavBar

    Posted to NavBar for Silverlight by jovca on Nov 25, 2009
    Hi, There's no easy way to do this right now. We're publishing a service pack next week that will address this issue, among other improvements. You could manually drill into NavBar's visual tree, attach listeners to SizeChanged events on appropriate ScrollContentPresenters inside the control, and manually resize the treeview in event handlers. I do recommend waiting for the service pack, though. Thanks, Jovca
  • Re: NavBarItem

    Posted to NavBar for Silverlight by jovca on Nov 19, 2009
    Hi, I was about to point you to our DragDrop control, but it seems to have issues with NavBarItems. We'll try to have it fixed for the service pack release, due in few weeks. The only other option is to roll your own drag and drop. Make sure you use UIElement.AddHandler method to attach MouseLeftButtonDown listener - NavBarItem handles it on its own, so it doesn't properly propagate.
  • Re: Icon Size

    Posted to NavBar for Silverlight by jovca on Oct 2, 2009
    Hi, I strongly recommend using separate resized images, as Silverlight does a terrible job at resizing, smudging the image and killing transparency. It may have improved with the latest version, but it was quite useless the last time I tried it. Forcing an icon to 30x30 is doable, but not very straightforward. Using Blend, extract the style for the whole control, and find the following two styles: <Style x:Key="ComponentArt_NavBar_GroupHeaderStyle" TargetType="ComponentArt:NavBarItemHeader">...
  • show a multipage in button

    Posted to MultiPage for ASP.NET AJAX by pera_nv on Jun 10, 2009
    hello I'm new using these controls end I have a problem with multipage control because in my page I have a NavBar and I want show multipage only in one options of NavBar and in the others options not show multipage...Can someone help me please ???????
Page 1 of 1 (7 items)