I’ve made a form where I can scroll through some rows in a SQL with the BindingNavigator-control.
Now I want to use the properties of this control in my code. Is it somehow possible to check if it has reach the last page/row? I want a button to be displayed then.
You can achieve this through listening for the
PositionChangedevent of theBindingSourcethat theBindingNavigatoruses: