Loading...

RE: How to create a title in QListForm

RE: How to create a title in QListForm

#5104
Anonymous
Anonymous
Participant

Hi Anthony,

In order to achieve your goal you need to perform the foloowing steps:

– add a dummy column

– set the Width of the above created column to 1 in the qListForm>ezEdit>DisplayFields>YourDummyField>Width (in pixels) property

– set the Title of the above field to <b>Your Title Here</b>

You still can see a thin vertical bar in the form but I think that it still looks decent.

Please let me know if you need help to implement this solution and I’ll be more than glad to provide further information.