Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.
Row Markers
I would like to use something like the HeaderImage property to set an image against the row indicator.
For example, to indicate the row is a new item, or indicate it as marked for deletion.
Is there any way to do this, or similar.
Thanks
Colin
For example, to indicate the row is a new item, or indicate it as marked for deletion.
Is there any way to do this, or similar.
Thanks
Colin
Comments
Set_Property(@Window:".OLE_EDITTABLE", "OLE.HeaderImage[1; ":rownumber + 1:"]", 2)
With headers, the columns are offset to the data columns so [1;1] is the top left corner of the table, the header above the row indicators so I'm thinking perhaps [1;2] might be the first row indicator?
Alternatively you could hide the column header (row indicators) and make your first data column the icon indicator
Hiding the row indicators and adding my own is a good solution.
I will look into that if no other options arise.
I tried this, but I must have done something wrong.
I will have another go.