[CLOSED] TabPanel : Load panel in Tabpanel without header

  1. #1

    [CLOSED] TabPanel : Load panel in Tabpanel without header

    Hi

    I make a tab panel like bellow ,and try to hide header for the pdashboard only . how do i do this?
    Html.X().TabPanel()
                            .ID("TabPanel1")
                                .Region(Region.Center)
                                .Border(false)
    
                      .Items
                                (
    
                                    X.Panel()
                                    .ID("pdashboard")
                                    .Header(false)
    
                                    //.BodyPadding(6)
                                    .AutoScroll(true)
    
                                    //.Height(200)
                                    .Loader(
                                    X.ComponentLoader()
                                    .Url("~/ESS/Home/essmenu")
                                    .LoadMask(m => m.ShowMask = true)
                                    .Params(new Parameter("containerId", "Tab3"))
                                    .Mode(LoadMode.Html)
                                    )
    
    
                                 )
    Last edited by Daniil; Jul 14, 2015 at 5:14 PM. Reason: [CLOSED]
  2. #2
    Hello @matrixwebtech!

    I don't quite get what you want... Can you take a screenshot of what you are getting and explain how you wanted it to be displayed?
    Fabrício Murta
    Developer & Support Expert

Similar Threads

  1. [CLOSED] Change Tabpanel Header color
    By rguardado in forum 3.x Legacy Premium Help
    Replies: 1
    Last Post: Apr 23, 2015, 8:14 AM
  2. [CLOSED] TabPanel Header
    By softmachine2011 in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Dec 23, 2011, 8:38 AM
  3. TabPanel load panel in TabChange
    By naina in forum 1.x Help
    Replies: 1
    Last Post: Aug 02, 2011, 3:43 PM
  4. [CLOSED] How to remove the TabPanel header bottom border?
    By flormariafr in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Mar 12, 2010, 3:09 PM
  5. Replies: 0
    Last Post: Apr 09, 2009, 5:12 PM

Posting Permissions