TAdvTreeView in RDP : flashing!!

Hi, via RDP the tree view gives this flickering problem.

Animation

in local it's all ok. Delphi 11, last version of vcl pack.

it seems related to this code:
an edit box visible only if there's a checked.
it's nothing related to treeview but it seems create a flickering.

procedure Tmagf140d.ActionListUpdate(Action: TBasicAction;  var Handled: Boolean);
begin
  inherited;
  edListCosto.Visible := rbCostoListino.Checked ;
end;

Hi,

That's strange. It might be related to this post: TAdvOfficePager - Extreme flicker after TMS Update - #11 by Schroder_Roger1

and this was the solution to fix the flickering:

Can you try this out and see if it fixes the issue?