Change WebPartZone Width on Mouse Move

Last post 10-01-2004 7:14 PM by usmanishaque. 2 replies.

Sort Posts:

  • Change WebPartZone Width on Mouse Move

    10-01-2004, 7:19 AM
    • Member
      60 point Member
    • usmanishaque
    • Member since 09-01-2004, 11:23 PM
    • PAKISTAN
    • Posts 12
    Dear All

    How can we change WebPartZone's width when we press mouse in WebPartZone's edge and drag mouse ?

    Width of zone should be changed.

    Thanks

    usman ishaque
    OsmanIshaque

    usman@isf.com.pk
  • Re: Change WebPartZone Width on Mouse Move

    10-01-2004, 5:34 PM
    • All-Star
      29,644 point All-Star
    • Fredrik N
    • Member since 06-22-2002, 5:03 AM
    • Sweden
    • Posts 5,334
    • TrustedFriends-MVPs
    If you are in the design view, you can resize it. But at runtime you can't, you have to build that feature by your own.
    /Fredrik Normén - fredrikn @ twitter

    ASPInsider

    Microsoft MVP, MCSD, MCAD, MCT

    ASPInsiders
    My Blog
  • Re: Change WebPartZone Width on Mouse Move

    10-01-2004, 6:01 PM
    • Member
      60 point Member
    • usmanishaque
    • Member since 09-01-2004, 11:23 PM
    • PAKISTAN
    • Posts 12
    Dear Sir

    I want to add dynamically. Can I do this by changing <TD>'s width in which I placed Zone on mouse move?

    I got success but not increasing smoothly.


    document.getElementById(TDId).style.width=newWdith;

    By using javascript I it is working fine but in Mouse move not.

    Thanks

    usmanishaque
    OsmanIshaque

    usman@isf.com.pk
Page 1 of 1 (3 items)