iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
Dear,
My test application is as follows :
A MainPage with navigation buttons and a frame. When pressing the Home button a child page will be loaded in the frame.
The child page has a navigation bar on the left side and a frame containing one Home page. On that home page there is 1 button that displays a dialog window ( UXDialogBox)when pressed on it.
When I set the ChildPage as root and run the application, press the button then the dialog window will be displayed correctly.
If I set the MainPage as root, press the button then the dialog window is only partially visible. It seems that the first row of the Grid is set as owner of the Dialog.
How can this be solved ? Kind regards, JohnV A test application and some screenshots are attached
How can this be solved ?
Kind regards,
JohnV
A test application and some screenshots are attached
Based on the analysis it seems in the MainPage the LayoutRoot Grid split the page into 2 section and the UXDialogBox will be placed in the row with 80px height.
Our suggestion is the LayoutRoot should have no row definition and if you wish to use a row definition. please create a child grid. Here is the snippet:
<Grid x:Name="LayoutRoot"> <Grid> <Grid.RowDefinitions> <RowDefinition Height="80" /> <RowDefinition Height="386*" /> </Grid.RowDefinitions> ... </Grid></Grid>
It seems that you forgot to attach the test application in the previous post.
Could you please kindly re-attach the test application so that it can be investigated further?
Sorry, something went wrong.
I have re-attached the test application in the first post .
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname