Results 1 to 2 of 2

Thread: BindingNavigator for .NET Core 5

  1. #1

    Thread Starter
    Karen Payne MVP kareninstructor's Avatar
    Join Date
    Jun 2008
    Location
    Oregon
    Posts
    6,684

    BindingNavigator for .NET Core 5

    To obtain a BindingNavigator add the following component to your project, rebuild and the BindingNavigator appears in Visual Studio ToolBox.

    Working example

    Code:
    Public Class CoreBindingNavigator
        Inherits BindingNavigator
    
        Public Sub New()
            AddStandardItems()
        End Sub
    
    End Class
    Name:  screenshot.png
Views: 555
Size:  14.2 KB

  2. #2
    Member Cristianlt23's Avatar
    Join Date
    Jan 2021
    Location
    Brasil - Cidade de Uberaba
    Posts
    32

    Re: BindingNavigator for .NET Core 5

    thank you so much

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width