TWebMainMenu 1.3

Hi,

The font color is inherited from the form but the font and size is inherited from the container.

Could this please be changed so that they all inherit from the container?

Thanks,

Ken

Hi,


This issue has been fixed.
The update will be available with the next release.

Many thanks.

I would like to make the panel that the menu is stick to the top of the form when the form is scrolled done. How can I do this please?

At this moment there is not a panel component with such built-in behavior.

Maybe a possible approach is that from the form's OnScroll event you programmatically position a panel at the desired position?

How do I get the relative top of the form position?

This works:

asm
  var YPos=window.pageYOffset;
end;
  HeaderPanel.Top:=YPos;