c# - Show or Hide issue in rectangle on different state in WPF Windows -
i have problem in show or hide rectangle on button click.
on mouse click
rectprojectmenu1.visibility = visibility.visible;
again mouse click
rectprojectmenu1.visibility = visibility.hidden;
in normal monitor in starting stage rectangle display , hide on button click in 1024*700 resolution. when maximize show or hide on button click.
but, in big size monitor rectangle display or hide on maximize state, not visible in normal state
my project window resolution 1024*700
try check in different monitors debugging mode.
if have resolution problem in this, can find debugging mode in big screen mode.
Comments
Post a Comment