Ticket AS17550
Visible to All Users

ASPxDataView - Implement the flow layout mode allowing data items to automatically fill the page area

created 18 years ago

Auto arrange items when window resizing.

Comments (1)
DevExpress Support Team 16 years ago

    A new property Layout has been implemented within the ASPxDataView control. This property can be set to one of the following values: Table and Flow.
    When the Layout property is set to Table, data items are rendered into table cells whose arrangement is static - it is specified by the number of table columns and rows.
    When the Layout property is set to Flow, data items are rendered into DIV elements, which can be arranged dynamically based upon the browser window's size and the screen resolution.
    You can take a look at the following blog post for more information:
    Flow Layout In ASP.NET DataView (Upcoming Feature)

    Disclaimer: The information provided on DevExpress.com and affiliated web properties (including the DevExpress Support Center) is provided "as is" without warranty of any kind. Developer Express Inc disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.

    Confidential Information: Developer Express Inc does not wish to receive, will not act to procure, nor will it solicit, confidential or proprietary materials and information from you through the DevExpress Support Center or its web properties. Any and all materials or information divulged during chats, email communications, online discussions, Support Center tickets, or made available to Developer Express Inc in any manner will be deemed NOT to be confidential by Developer Express Inc. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.