Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Timeline widget header context menu

    Hi,

    If you go to Showcase Simple Timeline example and right-click on a week header - header context menu comes up.
    Apparently, it's the default behavior as we have the same thing in our Timeline widget. And we can't figure out how to disable it.

    Disabling it in TimelineView properties did not do it....

    Thanks!

    Sarkis

    #2
    When you say that "disabling it in TimelineView properties did not do it...", what do you mean? What did you try to disable, and what was the result?

    You should see what you want with setShowTreeColumnPicker(false) applied to the timelineView autoChild.

    Comment


      #3
      I tried setShowHeaderContextMenu(false) for "timelineView" autoChild and it did not work.
      Did not think of setShowTreeColumnPicker at all, but it works. Thank you!

      Sarkis

      Comment

      Working...
      X