DataNavigator does not show up in toolbox

Hi,

I am testing VSTO in VS .NET 2005 beta 2.
I am working on a Word project.
When I right-click on the toolbox, select 'Choose items' and add the DataNavigator control, the control does not show up in any of the toolbox's tabs.
Adding the control in code works fine.
Any suggestion


Answer this question

DataNavigator does not show up in toolbox

  • Lori M Olson

    Hi,

    VSTO does not support BindingNavigator (DataNavigator) control, so it does not show up in Toolbox.

    You could use the control in user control and put the user control in actions pane though.

    Hope this helps,
    Mei

  • rainwhenidie

    Thanks!
  • DataNavigator does not show up in toolbox