Current filter:
          You should refresh the page.
          Not Logged In

          Runtime capability to resize layout groups, items and their linked controls

          0
            • Hi, I am having a hard time getting these two working together properly.

              The layout I am trying to accomplish is as follows (best seen in a fixed point font, in case your email client removes my formatting)

              Left Group Middle Group right Group
              |<------------Memo control------------------->|

              Between all the groups / memo I want splitters. So the user can resize any of the four sections (top left, top middle, top right, and bottom). By default I want the top left group to expand horizontally as the form is resized, and the bottom memo to expand as the form is resized vertically.

              But the splitters are not behaving correctly. I have played with many combinations of dxLayoutItem AlignHorz/AlignVert and the cxSplitter.AlignSplitter and Control.

              So are cxSplitter controls meant to work with the dxLayout controls? I should mention that the cxSplitter controls themselves are also embedded within dxLayoutItems. The memo also is in a TdxLayoutItem (everything is in a dxlayoutItem). All of it wrapped in one big dxLayoutControl.

              Can you provide any guidance or an example of how to control this beast?

              thanx
              -randall

          0

          Now, if sizing is enabled, end-users can resize layout groups, items and their linked controls using sizing handles. These handles are painted around a group or item in blue and white, indicating whether sizing is possible in a certain direction. Blue handles indicate that sizing is possible. To enable sizing, enable the layout control’s OptionsItem.SizableHorz and OptionsItem.SizableVert options. To prohibit end-users from sizing individual groups or items, disable the SizeOptions.SizableHorz and SizeOptions.SizableVert options of a group or item.

          You must  log in  or  register  to leave an answer