I am working with a ToolStripMenuItem in winforms.Setting
splitLineItemToolStripMenuItem.Visible = true;
does not make it visible as the container ContextMenuStrip visiblity is false; I understand that if container visibility is false,child element cannot be set to true.
IS there any workaround to make it visible.