You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
433 B

using System;
public class cs_liveresize : System.Web.UI.Page
{
protected OboutInc.Splitter2.Splitter splDV;
void Page_Load(object sender, EventArgs e) {
splDV.LiveResize = true;
splDV.CookieDays = 0;
splDV.StyleFolder = "styles/default";
splDV.LeftPanel.WidthMin = 100;
splDV.LeftPanel.WidthMax = 400;
splDV.LeftPanel.Header.Height = 50;
splDV.LeftPanel.Footer.Height = 50;
splDV.RightPanel.Header.Height = 70;