c# - Remove windows padding Modern UI -
how can make black , blue component hit the application borders? don't want have white spaces @ edge. tried setting padding 0 in main windows , in both childs views , nothing happended. 
i searched not find resource point me right direction.
update
the main windows xaml. pages/home.xaml load 2 childs view no content. background color.
<mui:modernwindow x:class="modernuinavigationapp1.mainwindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:mui="http://firstfloorsoftware.com/modernui" title="modernui" istitlevisible="true" padding="0,0,0,0" margin="0,0,0,0" logodata="f1 m 24.9015,43.0378l 25.0963,43.4298c 26.1685,49.5853 31.5377,54.2651 38,54.2651c 44.4623,54.2651 49.8315,49.5854 50.9037,43.4299l 51.0985,43.0379c 51.0985,40.7643 52.6921,39.2955 54.9656,39.2955c 56.9428,39.2955 58.1863,41.1792 58.5833,43.0379c 57.6384,52.7654 47.9756,61.75 38,61.75c 28.0244,61.75 18.3616,52.7654 17.4167,43.0378c 17.8137,41.1792 19.0572,39.2954 21.0344,39.2954c 23.3079,39.2954 24.9015,40.7643 24.9015,43.0378 z m 26.7727,20.5833c 29.8731,20.5833 32.3864,23.0966 32.3864,26.197c 32.3864,29.2973 29.8731,31.8106 26.7727,31.8106c 23.6724,31.8106 21.1591,29.2973 21.1591,26.197c 21.1591,23.0966 23.6724,20.5833 26.7727,20.5833 z m 49.2273,20.5833c 52.3276,20.5833 54.8409,23.0966 54.8409,26.197c 54.8409,29.2973 52.3276,31.8106 49.2273,31.8106c 46.127,31.8106 43.6136,29.2973 43.6136,26.197c 43.6136,23.0966 46.127,20.5833 49.2273,20.5833 z" contentsource="/pages/home.xaml"> <!--<mui:modernwindow.menulinkgroups> <mui:linkgroup displayname="welcome"> <mui:linkgroup.links> <mui:link displayname="home" source="/pages/home.xaml" /> <mui:link displayname="mypage" source="/pages/basicpage.xaml" /> </mui:linkgroup.links> </mui:linkgroup> <mui:linkgroup displayname="settings" groupkey="settings"> <mui:linkgroup.links> <mui:link displayname="software" source="/pages/settingspage.xaml" /> </mui:linkgroup.links> </mui:linkgroup> </mui:modernwindow.menulinkgroups> <mui:modernwindow.titlelinks> <mui:link displayname="settings" source="/pages/settingspage.xaml" /> <mui:link displayname="help" source="https://github.com/firstfloorsoftware/mui" /> </mui:modernwindow.titlelinks>--> </mui:modernwindow>
Comments
Post a Comment