01-04-2023 05:12 AM
Here I have one application where I need to change the font of first element in 1D array.Is that possible programmatically ?
Solved! Go to Solution.
01-04-2023 06:18 AM
Hi Dhruv,
@Dhruv1140 wrote:
Here I have one application where I need to change the font of first element in 1D array.Is that possible programmatically ?
No. In an array all elements share the same properties!
Suggestion:
When you use a Table or Listbox indicator to display your array data then you can set individual properties for each item in the table/listbox…