
I am trying to acces TreeListViewColumnHeader using Microsoft UI Automation to perform some changes around columns visibility, order and width for our internal tests purposes. It seems there is no AutomaticPeer associated with that element as this is not discoverable by automation frameworks. I noticed that in v24.1 there is new class for TreeListViewColumnHeaderAutomationPeer. So should I upgrade to new version to be able to perform my operations ? Is there any workaround for 23.1 that I could easily implement on my own ?
[Modified 1 month ago]