Hello Team,
I'm dynamically creating xamgrid by code with multiple rows/columns. Scrollbar is enabled for parent control of xamgrid and it is working fine.
Now I need scrollbar only for xamgrid so that I can fix some columns from scrolling.
Can you please help me to enable scrollbar for XamGrid using code ?
Hello Ramesh,
Scrolling will be enabled in XamGrid as needed based on the visible rows and columns. In order to have the scrollbars you need not write any additional code. If you are seeing a different behavior then please clarify the Infragistics version that you are using.
Once I receive the version information, I can test this behavior to help you further.
Ramesh,
Note that you indicated that you are allowing scrolling in the container containing the XamGrid. For the XamGrid to have a scoll bar, you will need to set a size on the XamGrid so that it no longer has an infinite size in the direction that you want it to handle scrolling. Note that you may want to consider removing the container that is providing the scrolling for the XamGrid to do this.