Image Layout in MVC (RAZOR)

  1. #1

    Image Layout in MVC (RAZOR)

    Help Me Please!
    Click image for larger version. 

Name:	Image - Layout.png 
Views:	76 
Size:	22.7 KB 
ID:	25002
  2. #2
    Hello @syphuonglam! Welcome to Ext.NET forums!

    A layout is something you give to containers, not inner components.

    That is, you give an outer panel a a layout (VBox, HBox, Fit, Border, etc) to define how the components inside it will be laid out. As of how the panel itself will be placed, it will depend on whatever is surrounding it.

    Usually a ViewPort is the main, outer component, of a page (it basically is a container that fits the browser window's width/height).

    There may be some situations where an inner container determines how will it be laid out inside its outer. This case is true, for example, when the outer container is in the Border layout, then the inner components can determine their placement "region" with the Region() argument.

    Here's an MVC sample using the border layout: Border Layout Regions Toggle. More border layout examples would be the WebForms BorderLayout Example and the ones beside it.

    I hope this helps! Take a look on the other layout examples on both MVC Examples Explorer and WebForms Examples Explorer for more!
    Fabrício Murta
    Developer & Support Expert
  3. #3

    CLOSED

    Thanks @fabricio.murta for the support.
    Last edited by syphuonglam; Jun 22, 2017 at 1:38 AM.

Similar Threads

  1. [CLOSED] Border Layout Question razor ext 3.2
    By idrissb in forum 3.x Legacy Premium Help
    Replies: 2
    Last Post: Jul 29, 2015, 9:48 AM
  2. [CLOSED] Image and layout
    By jchau in forum 2.x Legacy Premium Help
    Replies: 1
    Last Post: Jul 08, 2015, 5:26 AM
  3. Replies: 1
    Last Post: Apr 14, 2015, 9:18 AM
  4. [CLOSED] Row Layout in Razor
    By joxa83 in forum 2.x Legacy Premium Help
    Replies: 1
    Last Post: Oct 29, 2012, 10:46 AM
  5. vbox layout is not working on image button
    By robertgan in forum 1.x Help
    Replies: 1
    Last Post: Feb 27, 2012, 9:17 AM

Tags for this Thread

Posting Permissions