Data Repeater

0
0

Hi!

How can I implement a data repeater easily? Is it possible to do my own design (eg: cards style)?

Thanks,
Ulisses.

  • You must to post comments
0
0

You can use one of the panels: Panel, FlowLayoutPanel, TableLayoutPanel. You can paginate or simply fill the container. You can change the flow direction, fill weight, line breaks. Or you can use plain HTML in an HtmlPanel and string interpolation to format a template.

  • Ulisses
    Thanks!
  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.