Jump to content

Scrollable Repeater panels


bbosnjak

Recommended Posts

For wide tablets, I can use a grid.

 

For a narrow phone I need to use a vertical "repeater", with one panel per item.  Think of the standard email apps on Android where you scroll through a list of messages.

 

I don't think there are any mobile demos for this.

 

Any suggestions or a demo project?

 

Ideally I'd like to create a prototype panel, laid out with my desired controls, and then have a "repeater" panel that I can insert instances of this prototype panel.

 

Automatic databinding would be a plus, but I'm prepared to populate each panel instance off a datasource manually.

 

Thanks in advance.

Link to comment
Share on other sites

I've realized this applies to desktops, too.

 

For example: how would one code this topic page with its repeated databound use of post panels?

 

I'm more familiar with .NET, where you have the Repeater control.  DevExpress's datagrid also has a "Panel" mode as an alternative to the normal grid rows.

Link to comment
Share on other sites

×
×
  • Create New...