The Portrate Interview Engine

MultiRowFormRenderer Class

Renders the controls in a matrix format, where each iteration of the controls is a new row in the rendered table.

 Author: Jacob W Anderson (c) 2003 Portrate, LLC. All rights reserved. 

For a list of all members of this type, see MultiRowFormRenderer Members.

System.Object
   Portrate.Interview.View.Renderers.MultiRowFormRenderer

[Visual Basic]
Public Class MultiRowFormRenderer
    Implements IDPLFormRenderer, IXmlConfigurable
[C#]
public class MultiRowFormRenderer : IDPLFormRenderer, IXmlConfigurable
[C++]
public __gc class MultiRowFormRenderer : public IDPLFormRenderer, IXmlConfigurable
[JScript]
public class MultiRowFormRenderer extends IDPLFormRenderer, IXmlConfigurable

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: Portrate.Interview.View.Renderers

Assembly: Portrate.Interview (in Portrate.Interview.dll)

See Also

MultiRowFormRenderer Members | Portrate.Interview.View.Renderers Namespace