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.
OboutSuite/Splitter/vb_panelresizable_right.asp...

16 lines
486 B

imports System
public class panelresizable_right
inherits System.Web.UI.Page
protected spl1 as OboutInc.Splitter2.Splitter
Private Sub Page_Load(ByVal sender As System.Object, ByVal e As System.EventArgs)
spl1.PanelResizable = OboutInc.Splitter2.VerticalPanelResizableType.right
spl1.CookieDays = 0
spl1.StyleFolder="styles/default"
spl1.LeftPanel.Header.Height = 50
spl1.LeftPanel.Footer.Height = 50
spl1.RightPanel.WidthMin = 100
spl1.RightPanel.WidthMax = 400