Click here to Skip to main content
16,016,760 members

Comments by ketan Ram Patil (Top 68 by date)

ketan Ram Patil 30-Jul-19 8:58am View    
try this link := https://stackoverflow.com/q/55686040/11362349
ketan Ram Patil 29-Jul-19 10:14am View    
i have shared the guit hub link "https://github.com/patilketan888/Scan-Image-in-UWP.git"
please go through it and download the UWPUIResponsive zip so you will get the idea. from which i want to make the header size responsive and add user page.
ketan Ram Patil 29-Jul-19 10:12am View    
Deleted
<grid>
<visualstatemanager.visualstategroups>
<visualstategroup>
<visualstate>
<visualstate.statetriggers>
<adaptivetrigger minwindowwidth="500">

<visualstate.setters>
<setter target="TitleColumn.Width" value="Auto">
<setter target="HolderColumn1.Width" value="Auto">
<setter target="HolderColumn2.Width" value="Auto">


<visualstate>
<visualstate.statetriggers>
<adaptivetrigger minwindowwidth="750">

<visualstate.setters>
<setter target="TitleColumn.Width" value="20*">
<setter target="HolderColumn1.Width" value="*">
<setter target="HolderColumn2.Width" value="*">





<grid x:name="p" borderbrush="Silver" borderthickness="0,0,1,1">
<grid.columndefinitions>
<columndefinition width="*" x:name="HolderColumn1">
<columndefinition width="20*" x:name="TitleColumn">
<columndefinition width="Auto" x:name="AccountColumn">
<columndefinition width="*" x:name="HolderColumn2">


<stackpanel orientation="Horizontal" grid.column="1">




<stackpanel grid.column="2" borderbrush="Silver" verticalalignment="Center" borderthickness="1,0,0,0" margin="15,0,0,0" padding="15,0,0,0">
<grid>
<grid.columndefinitions>
<columndefinition width="Auto">
<columndefinition width="Auto">
<columndefinition width="Auto">

<stackpanel verticalalignment="Center">
<textblock fontsize="14" text="" textwrapping="Wrap" name="TBUserName" foreground="#27aae1" textalignment="right" fontweight="Bold">
<textblock fontsize="13" text="Admin" textwrapping="Wrap" name="TBRole" foreground="#414042" textalignment="right">
<textblock.rendertransform>
<compositetransform scaley="1">





<button.rendertransform>
<compositetransform scalex="1" scaley="1">

<button.template>
<controltemplate>



<button.flyout>
<menuflyout x:name="settings">
<menuflyoutitem text="Profile">
<menuflyoutitem text="Sign Out">






ketan Ram Patil 29-Jul-19 5:40am View    
Thank you for your valuable reply.
would you please answer this question. https://stackoverflow.com/q/57250223/11362349
ketan Ram Patil 29-Jul-19 5:39am View    
would you please answer this question https://stackoverflow.com/q/57250223/11362349