Browse By Tags

  • Right click context menu disable items when on the UltraGrid header

    My current setup:

    private void ultraGridRequirementsGap_MouseUp(object sender, MouseEventArgs e)

            {

                if (e.Button == System.Windows.Forms.MouseButtons.Right)
                {
                    UIElement ue = this.ultraGridRequirementsGap.DisplayLayout.UIElement.ElementFromPoi…