(04-29-2020, 05:49 PM)StephanM Wrote: Maybe something like (in C++):Thank you Stephan for your answer. Unfortunately this doesn't work; the only way I have found so far is to set the leftregion.width to 0.
leftRegion->Visible = false ;
rightRegion->Invalidate() ;
(04-29-2020, 09:16 PM)Alexandre Machado Wrote: Set StyleRenderOptions.UseDisplay to TRUE.Thank you Alexandre.
This will make IW use the Display attribute to hide it, instead of visibility attribute. This should do it.
Do you mean that using UseDisplay to TRUE or False will Show / Hide the leftRegion , and if Hided , the right region will fill the available space? I tried that , but the behavior is the same: rightRegion doesn't fill the available space contrarily to what happened with IW14

