Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / WPF > Expander > Level's

Answered Level's

Feed from this thread
  • Darrell Sveistrup avatar

    Posted on Aug 11, 2010 (permalink)

    Is their a way to have an expander open out on top of the other controls below,
    rather than pushing them down ?

    Reply

  • Viktor Tsvetkov Viktor Tsvetkov admin's avatar

    Posted on Aug 11, 2010 (permalink)

    Hello Darrell Sveistrup,

    You can try setting the ExpandDirection property of the RadExpander to Up. If this is not working for you or if you meant something else, could you please make a sample project reproducing your issue so I will be able to assist you better.

    Kind regards,
    Viktor Tsvetkov
    the Telerik team
    Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items

    Reply

  • Darrell Sveistrup avatar

    Posted on Aug 12, 2010 (permalink)

    No its not an Up/Down issue
    What I want is to have the content that are expanded float over any other control

    See image
    1) Is Expander closed where its below a grid
    2) Is expander, expanded in a top direction but its still below the grid
    3) Is what I want the expander to do,
        want the expander header to stay where it is
        Want the content to go up and over the grid above


    Attached files

    Reply

  • Answer Viktor Tsvetkov Viktor Tsvetkov admin's avatar

    Posted on Aug 12, 2010 (permalink)

    Hello Darrell Sveistrup,

    In this case it is not a good idea to use RadExpander, so you can try doing the same with RadDropDownButton. Examine the attached sample project and tell me if it works for you. If you have further questions feel free to ask.

    All the best,
    Viktor Tsvetkov
    the Telerik team
    Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items

    Reply

  • Darrell Sveistrup avatar

    Posted on Aug 12, 2010 (permalink)

    Yep that is what I was looking for thanks

    So need to use RadDropDownButton not RadExpander

     


    <
    telerik:RadDropDownButton Height="20" Width="100" DropDownPlacement="Top">

     

     

        <telerik:RadDropDownButton.DropDownContent>

     

     

            <Label>Drop Content</Label>

     

     

        </telerik:RadDropDownButton.DropDownContent>

     

     

    </telerik:RadDropDownButton>

     

    Reply

  • Viktor Tsvetkov Viktor Tsvetkov admin's avatar

    Posted on Aug 13, 2010 (permalink)

    Hi Darrell Sveistrup,

    I am glad to hear that this is working for you. If you need more help do not hesitate to ask.

    All the best,
    Viktor Tsvetkov
    the Telerik team
    Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / WPF > Expander > Level's
Related resources for "Level's"

WPF Expander Features  |  Documentation  |  Demos  |  Telerik TV  |  Self-Paced Trainer  ]