Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
545
Keeping fields together in Flow Manager
posted

Hi,

I have a form and need to display upto 40 user defined field names and associated values. I want to use a flow manager because some fields are not used by all clients and so we want to make them invisible when the name is blank and have the other fields move up.

This all works okay, except when the form size changes you can end up with the label for a field on one row and the actual value on the next. Is there anyway of telling the flow layout manager that two fields should be kept on the same line ( a sort of flowbreakallowed function).

Best Regards
Graham Wade

Parents
No Data
Reply
  • 10240
    posted

    Hi Graham,

    Have you tried setting the WrapItems property of the ultraFlowLayoutManager to false? This would keep the controls together on the same line.

    Please let me know if this resolves your problem.

    Sincerely,
    Troy
    Developer Support Engineer

     

     

     

Children