i have a DataGrid with FrozenColumnCount set to one and some DataTemplateColumns which contains a control which uses an adorner (simply lets say a TextBox with an Adorner which shows the Text “Unit” or somelike). If I use the HorizontalScrollbar the adorner lays before the fixed column. How can I solve this problem.
i have a DataGrid with FrozenColumnCount set to one and some DataTemplateColumns which contains
Share
This is the nature of Adorners, they will always be on “top”.