On the load, the Horizontal scroll bar slides to the right !! How can I set it to slide to the left. without expanding the size of the Form.
Thank you Dimitar
Hi Bouzid,
Thank you for the reply.
This forum is related to Infragistics controls and components. If you have questions for other third party components different than Infragistics, please contact their developers.
Let me know if you have any additional questions.
It is not an Ultragrid, sorry, it is a C1FlexGrid.
Thank you for clarifying this.
You can scroll the UltraGrid all the way to the right if you set the Position of the ActiveColScrollRegion to the scrollbar’s maximum position, which you can get from the Range property:
ultraGrid1.ActiveColScrollRegion.Position = ultraGrid1.ActiveColScrollRegion.Range;
Let me know if this is what you are looking for and if you have any additional questions.
it is an Ultra Grid