Relative layout for Windows Phone Application using XAML C# -


i creating windows phone app , in app need deal webview control , custom keyboards. need use custom views keyboard there system keyboard used ok problem how achieve relative layout. in app have grid in page , 2 rows , have set height of first row "*" , second row height 0. in first row there webiew , in second row there keyboard. when custom keyboard height of second row changed 0 value appears keyboard due height of first row decreases want keyboard should overlap webview 6:4 ratio. want height of webview should remain same , custom keyboard should overlap it.

thank you!

canvas control can used such requirement have.please follow link https://msdn.microsoft.com/en-in/library/windows/apps/jj207042(v=vs.105).aspx

happy coding :)


Comments

Popular posts from this blog

Spring Boot + JPA + Hibernate: Unable to locate persister -

go - Golang: panic: runtime error: invalid memory address or nil pointer dereference using bufio.Scanner -

c - double free or corruption (fasttop) -