I am working on window application. I have a form where I will be displaying terms and conditions against shopping done. Below Terms and Conditions, I want to show Checkbox which user have to check as an acceptance before proceeding.
This Checkbox should come below the terms and conditions. If terms and conditions are long enough then user have to scroll down to make sure he has gone through all the agreement. Only after which he can check.
I was thinking to do it with rich textbox. Is it possible to do with any way.