If all you're trying to do is show a gigantic button on your tab page, you could say

let tabControl1 =

let temp = TabControl()

let tabItem1 = TabItem(Header="Page 1")

let btnPage1 = Button(Content="Page 1")

tabItem1.Content <- (btnPage1)

temp.Items.Add(tabItem1) |> ignore

temp

By on 2/26/2009 5:33 PM ()

Thank-you!!!

By on 2/27/2009 4:44 AM ()
IntelliFactory Offices Copyright (c) 2011-2012 IntelliFactory. All rights reserved.
Home | Products | Consulting | Trainings | Blogs | Jobs | Contact Us | Terms of Use | Privacy Policy | Cookie Policy
Built with WebSharper