How to add content to tab items at runtime in WPF -


how can add web browser control tabitem in wpf @ runtime?

tabitem.content = new webbrowser(); 

if want multiple controls in tabitem, you'll need use panel, in xaml.


Comments

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -