What is the Visual Basic code to set the height of a webdialogwindow? Thank you.
Thank you so much.
Hello,
Below line of code will set the height of the Dialog Window on the server side:
Me.WebDialogWindow1.Height = Unit.Pixel(800)
I hope this helps.