We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, the StylableListView control lacks the ability to theme its own column headers.
StylableListView
See the following screenshot:
We'd have to force-enable OwnerDraw for this and draw them ourselves just like the rest of the control.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently, the
StylableListView
control lacks the ability to theme its own column headers.See the following screenshot:
![image](https://private-user-images.githubusercontent.com/7890729/260166228-98f72131-7a90-4d51-85e6-326b1f716d6a.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1OTA5NjQsIm5iZiI6MTczOTU5MDY2NCwicGF0aCI6Ii83ODkwNzI5LzI2MDE2NjIyOC05OGY3MjEzMS03YTkwLTRkNTEtODVlNi0zMjZiMWY3MTZkNmEucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxNSUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTVUMDMzNzQ0WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9NmJmYzkxYzZjNDVjY2JlYzdjZjk2NDFiYWU5NTAyNGVmMDdmNmQ5ZmM5Y2ZiNjRkNzQwYjI4YjUxMmQ3NWM5ZiZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.7baWvRAgZGsQi6FuYmfKEqSmcOC21EWiuEtI8L1XuN0)
We'd have to force-enable OwnerDraw for this and draw them ourselves just like the rest of the control.
The text was updated successfully, but these errors were encountered: