c# - How can I add a listView column header a click event programmatically -
i building dynamic listview , trying achieve same thing in picture bellow.
how can programmatically. have tried:
probably this:
listview.addhandler(gridviewcolumnheader.clickevent, new routedeventhandler(header_click));
Comments
Post a Comment