/ Forums / Advansys Formativ / Creating Solutions with Formativ / DateTimePicker.Checked always returns true? / Reply To: DateTimePicker.Checked always returns true?

#6779
Support 1
Participant

    Thanks for the detailed reply.

    If you need to support a variable number of fields, you may find the ScrollBox control helpful. Unlike a Panel, ScrollBox will display a horizontal/vertical scrollbar automatically, as needed when a control is placed on it. Also, if the fields you need to display are ‘regular’, eg. N groups where each group contains:

    CheckBox, EditBox, List, ComboBox, Date, Time

    then it can be helpful to use Panel/RzPanel as a container for each group. You could use the Panel’s Align property (eg. Align=alTop) to auto-position each Panel in the container ScrollBox.

    I hope this helps.

    Kind regards,
    Advansys Support