Re: Disable SizePlus and sizeminus?

  •  03-07-2006, 6:45 PM

    Re: Disable SizePlus and sizeminus?

    The solution is that it is just a property of the tag.  You can set it VS or manually by setting the properties like so:
     
    showdecreasebutton="False" showenlargebutton="False"
     
    These should be added to the tag that declares the control.  I hope this is helpful.
View Complete Thread