MCPcopy Create free account
hub / github.com/BeneficialCode/WinArk / IsSortable

Method IsSortable

WinArk/VirtualListView.h:209–211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

207 }
208
209 bool IsSortable(HWND, int) const {
210 return true;
211 }
212
213 LRESULT OnColumnClick(int /*idCtrl*/, LPNMHDR hdr, BOOL& /*bHandled*/) {
214 auto lv = (NMLISTVIEW*)hdr;

Callers 1

OnColumnClickMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected