[CLOSED] Problem with a UserControl on a collapsed Panel - Controls contenet

Page 2 of 2 FirstFirst 12
  1. #11
    Ok, I was able to run the sample with some modifications.

    When I run the page and expand the South region I see the TabPanel with the three tabs. Also there are two buttons at the bottom.

    What do you expect to see?
  2. #12
    The Content of the ucAddressSelector !

    <ext:TextField ID="txtName" runat="server" FieldLabel="Name"  />
    <ext:TextField ID="txtZusatz1" runat="server" FieldLabel="Zusatz1"  />
    <ext:TextField ID="txtZusatz2" runat="server" FieldLabel="Zusatz2"  />
    and so on...
  3. #13
    Reproduced, thanks for clarification.

    To fix please set
    HideMode="Offsets"
    for the South region.

    More details about the HideMode option are here:
    http://forums.ext.net/showthread.php...ll=1#post69438
Page 2 of 2 FirstFirst 12

Similar Threads

  1. Replies: 6
    Last Post: Dec 07, 2011, 12:55 PM
  2. Replies: 5
    Last Post: Nov 03, 2011, 2:39 AM
  3. Replies: 2
    Last Post: Apr 15, 2010, 5:33 AM
  4. Replies: 3
    Last Post: Jul 22, 2009, 11:58 AM
  5. Replies: 0
    Last Post: May 27, 2009, 6:50 AM

Posting Permissions