10-15-2014 12:57 PM
Hello,
I'm working with a table object and I have an important question. Is possible to set the number of rows and columns with a numeric control? I know that there is the option of the scroll bar, but with this method the number of the rows or columns can be infinite, and I want a deterministic and finite number inserted by the user of the program.
The example is easy: The user sets the number of rows and columns with the help of the numeric controls (for example: rows = 5, columns = 2) and the program updates the values of the table with these numeric controls values.
Any help is appreciated.
Thank you.
Solved! Go to Solution.
10-15-2014 02:05 PM
create a property node for the Table
10-15-2014 02:31 PM
10-21-2014 01:20 PM
I don't know about property nodes. Now my problem is solved. Thanks you!
05-24-2019 08:36 AM
Hi
i have the same problem like you and i think that you resolved it
please can you tell me how did you do it?
thanks