Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
[COLOR=blue]private [b]void[/b][/color] Form_Resize([b][COLOR=blue]object[/color] sender,
EventArgs e[/b])
{[COLOR=green]// Resize the tab controls here[/color]}
[COLOR=blue]this[/color].Resize +=
[COLOR=blue]new[/color] System.EventHandler([COLOR=blue]this[/color].Form_Resize);