TAdvPanel without Hover and underline

Hello,
I have in TAdvPanel Text some HTML links and I need
to display all items without Hover (property Hover=False)
and without Underline, I need only Blue text.
Is it possible ?
I ask, because if Hover=True, a lot of Invalidates are calling
on Mouse Move...

Unfortunately, the only way that is currently built-in to have links that are not underlined is by setting Hover = true.

Hello,
I have a solution:
set ParentBackground = False and no more unnecessary refreshing...