Results 1 to 5 of 5

Thread: [RESOLVED][2.0] How to make Panel control always fit to my page width...??

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Jun 2007
    Posts
    445

    [RESOLVED][2.0] How to make Panel control always fit to my page width...??

    [2.0] How to make Panel control always fit to my page width...??
    and then how to place some control to the bottom of the page??
    Last edited by wenight; Jul 27th, 2008 at 10:03 AM.

  2. #2
    Fanatic Member
    Join Date
    Jun 2003
    Location
    Worcester, MA
    Posts
    782

    Re: [2.0] How to make Panel control always fit to my page width...??

    What do you mean your "page"?
    C#.net, VB, C++, Java, VS 2005/2008
    Dont' forget to rate posts that are helpful to you.

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Jun 2007
    Posts
    445

    Re: [2.0] How to make Panel control always fit to my page width...??

    Mean fit to Browser page width....
    I don't know browser in diffrent resolution is what width so I finding any coding can make it...?

    I want to make my panel control width fit to the browser..

  4. #4
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: [2.0] How to make Panel control always fit to my page width...??

    Set its width to 100%. As long as it has no container/parent controls, it will expand to fit the page width.

    To set the control at the bottom, either make another div that comes after the current DIV and align it wherever you need to, or make "position:absolute;bottom:0px;".

  5. #5
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: [2.0] How to make Panel control always fit to my page width...??

    Thread Moved
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width