Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
470
Need toolbar similar to xamFeatureBrowser
posted

NetAdvantage for WPF installed a demo application called “NetAdvantage for WPF xamFeatureBrowser”. This application contains floating dock and toolbar I’d like to implement in the application I am working on.

 

Please advise whether xamFeatureBrowser app was built with one of “NetAdvantage for WPF” controls and how to build similar toolbar.

 

Thank you.

 

Parents
No Data
Reply
  • 9694
    posted

    Hello,

    THe xamFeatureBrowser was built with standard Styled WPF controls. The floating dock is a TabControl. The list on the left is a TreeView. Through Styles, the scrollbars and the look is customized.

    The source code for the xamFeatureBrowser should be on your hard drive. Look in the following path:

    C:\Users\Public\Documents\Infragistics\NetAdvantage for WPF 2007 Vol. 2\Samples\xamFeatureBrowser\

Children
No Data