Ticket Q406066
Visible to All Users

TdxLayoutControl - How to expand/collapse horizontaly (from left to right)

created 13 years ago

Hi. I wonder if is it possible to expand/collapse a TdxLayoutControl horizontaly instead of vertical? . That is, from left to right (or viceversa) instead of from top to bottom. If not possible, i hope you could give me some advice in order to achieve the task, because in my last questions, your answer were "no, is not possible", or something like that, and i expect to recieve some support, help or an advice instead.

Thanks.

Answers

created 13 years ago (modified 13 years ago)

Thanks Paulo, that's what exactly i needed.

    Comments (3)
    DevExpress Support Team 13 years ago

      You are always welcome

      L L
      Luis Antonio Gama Moreno 13 years ago

        Hi again Paulo, i wondering if is possible to make the expand/collapse like in the attached image.
        Thanks

        DevExpress Support Team 13 years ago

          Hello,
          From what I gather, your screenshot shows TdxNavBar with a collapsed NavigationPane. Please refer to the attached project that demonstrates a similar appearance. Hope this will meet your requirements.

          created 13 years ago (modified 13 years ago)

          Hello
          I have attached a small sample to demonstrate how to accomplish this task.
          If it does not meet your requirements, please explain your task in greater detail.

            Show previous comments (1)
            DevExpress Support Team 13 years ago

              Hello
              I found two mistakes in your attached project:

              1. TcxSplitter placed inside dxLayoutControl - it is not completely correct.
                If you want to have the splitter inside LayoutControl, it is better to use a special item: TdxLayoutSplitterItem - this splitter will work with items inside LayoutControl
                If you want to work with the whole LayoutControl - use TcxSplitter and place it near LayoutControl.
              2. You set TDBLookupComboBox.Align = alClient - it is not completely correct - use corresponding Alignment options of LayoutItem, which contains this control.

              Still I am afraid that your task is not quite clear to me.
              Please describe it in greater detail.
              And if possible, do not place unnecessary controls onto the form in the project.

              L L
              Luis Antonio Gama Moreno 13 years ago

                Thanks for your comments, the splitter expands the control from left to right (->), i'd like to change the direction from right to left (<-).
                Thanks

                DevExpress Support Team 13 years ago

                  Hello,
                  I have modified your previous project. Hope that this one will meet your requirements.

                  Disclaimer: The information provided on DevExpress.com and affiliated web properties (including the DevExpress Support Center) is provided "as is" without warranty of any kind. Developer Express Inc disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.

                  Confidential Information: Developer Express Inc does not wish to receive, will not act to procure, nor will it solicit, confidential or proprietary materials and information from you through the DevExpress Support Center or its web properties. Any and all materials or information divulged during chats, email communications, online discussions, Support Center tickets, or made available to Developer Express Inc in any manner will be deemed NOT to be confidential by Developer Express Inc. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.