Hi, in recent version of AdvListv unit with TAdvListView component there is a change in
the routine TAdvListView.SetHeaderSize(AValue: Integer);
The change comprises of commenting out a code that sets window theme to the header.
This, however, adversely affects the look of the header that previously looks buttonized (which is desired), but now it looks strangely flat. I attach the picture where the top part shows TAdvListView at run time compiled with the current AdvListv version, and the bottom part shows the same when the previously commented out code was UNcommented back.
I am not sure what exactly causes the effect, but is there a way to hjave header buttonized without changing the TMS source?