Progress Bar in a Datagrid
Posted: Tue Jan 26, 2021 2:28 am
Hi!
Have anyone tried inserting a progress bar into a datagrid before? In my behavior script of the datagrid, I have tried to set the thumbPosition of my progress scrollbar to the data in the pDataArray but unfortunately was unable to run it due to the error in the statement:
Can anyone let me know what is wrong with this?
Thank you!!
Have anyone tried inserting a progress bar into a datagrid before? In my behavior script of the datagrid, I have tried to set the thumbPosition of my progress scrollbar to the data in the pDataArray but unfortunately was unable to run it due to the error in the statement:
Code: Select all
set the thumbPosition of scrollbar "Progress Scrollbar" to pDataArray["progress bar"]
Thank you!!