Jump to content

When UniTreeMenu is retrieved the scroll does not appear.


eduardosuruagy

Recommended Posts

  • 4 weeks later...
On 7/11/2019 at 12:58 AM, eduardosuruagy said:

Eu uso essa opção mas só funciona quando o menu esta aberto.

 

1 minute ago, eduardosuruagy said:

Does support still work?

Hi,

Sorry, can you make a simple testcase for your issue?

Link to comment
Share on other sites

  • 1 year later...
On 7/10/2019 at 4:42 PM, eduardosuruagy said:

Eu uso essa opção mas só funciona quando o menu esta aberto.

function treeMenu.afterCreate(sender)
{
    sender.el.setStyle('overflow-y', 'auto');
}

how can i do this runtime?

??

ClientEvents.ExtEvents.Values['treeMenu.afterCreate'] := 

Link to comment
Share on other sites

10 hours ago, Sherzod said:

Hello,

Sorry, what is the issue?

I would like to know how can I report this at runtime?

function treeMenu.afterCreate(sender)
{
    sender.el.setStyle('overflow-y', 'auto');
}

something similar ?

ClientEvents.ExtEvents.Values['treeMenu.afterCreate'] := 

Link to comment
Share on other sites

7 minutes ago, herculanojs said:

I would like to know how can I report this at runtime?

function treeMenu.afterCreate(sender)
{
    sender.el.setStyle('overflow-y', 'auto');
}

First of all, have you tried using this code in the desingtime for validation?

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...