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.
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
Post a Comment