menu strip in right side
-
hi, i want to create a menustrip in right hand side like treeview. i am using visual studio 2010, i drag and drop the menustrip, its automatically going upside of the window and i am check all properties there is no chance to display in right hand side... i want to create like.. window have two sides ( left and right ) right side have the menu strip like treeview,that is have click event and click the particular menu corresponding window shows the left side
Regards Anand Rajan
-
hi, i want to create a menustrip in right hand side like treeview. i am using visual studio 2010, i drag and drop the menustrip, its automatically going upside of the window and i am check all properties there is no chance to display in right hand side... i want to create like.. window have two sides ( left and right ) right side have the menu strip like treeview,that is have click event and click the particular menu corresponding window shows the left side
Regards Anand Rajan
look for the
Dock
property of the control or theHorizontalAlignment
if you are using WPFNever underestimate the power of human stupidity RAH
-
look for the
Dock
property of the control or theHorizontalAlignment
if you are using WPFNever underestimate the power of human stupidity RAH
thanks actually the sub menu are not visible that is inside id the menu...that is my problem i want show all sub menus with menu like tree view... that is possible..
-
hi, i want to create a menustrip in right hand side like treeview. i am using visual studio 2010, i drag and drop the menustrip, its automatically going upside of the window and i am check all properties there is no chance to display in right hand side... i want to create like.. window have two sides ( left and right ) right side have the menu strip like treeview,that is have click event and click the particular menu corresponding window shows the left side
Regards Anand Rajan
-
hi, i want to create a menustrip in right hand side like treeview. i am using visual studio 2010, i drag and drop the menustrip, its automatically going upside of the window and i am check all properties there is no chance to display in right hand side... i want to create like.. window have two sides ( left and right ) right side have the menu strip like treeview,that is have click event and click the particular menu corresponding window shows the left side
Regards Anand Rajan
just simple, I think you can try this.
alignment = right
-
hi, i want to create a menustrip in right hand side like treeview. i am using visual studio 2010, i drag and drop the menustrip, its automatically going upside of the window and i am check all properties there is no chance to display in right hand side... i want to create like.. window have two sides ( left and right ) right side have the menu strip like treeview,that is have click event and click the particular menu corresponding window shows the left side
Regards Anand Rajan
don't know how to do that by own code but i can tell that the devComponentsDotNetBar2 has such elements in it :) Maybe you check that out and give it a try
if(this.signature != "") { MessageBox.Show("This is my signature: " + Environment.NewLine + signature); } else { MessageBox.Show("404-Signature not found"); }