< br />
cvsWarehouse It is the actual canvas. The work behind many of the codes continues to generate images, and the output window is as follows.
When it is maximized, it does not show the scroll bar. I googled frantically and tried my best, but still couldn’t solve the problem. I wanted to scroll to the end of the canvas. There are more images below, but wrappanel or Layout conversion does not work here. This also has zoom in and zoom out but still does not show the scroll bar.
When I say the following content is still there, this is what I mean
How to make this scroll bar visible. Like zoom in or zoom out Or minimize or maximize
< br />
cvsWarehouse is the actual canvas, and the work behind many of the codes continues to generate images, and the output window is as follows
When it is maximized, it The scroll bar is not displayed. I googled wildly and tried my best, but still couldn’t solve the problem. I wanted to scroll to the end of the canvas. There are more images below, but the wrappanel or Layout conversion didn’t work here. This also zooms in and out but still does not show the scroll bar.
When I say the following content still exists, this is what I mean
How to make this scroll bar visible. Like zoom in or out or minimize or maximize
p>
I ran into a similar problem and I found the first answer to this question to be useful-(LayoutTransform on certain elements in canvas?). Apply ScrollViewer to the canvas (with Layout Transform applied Element). The scroll bar must detect the change in canvas size to display the scroll bar. Also, I don’t think you need to be inside the Canvas tag – ScrollViewer.CanContentScroll = “True” ScrollViewer.HorizontalScrollBarVisibility = “Visible” ScrollViewer.VerticalScrollBarVisibility = “Visible”. These definitions within the ScrollViewer tag should present the required functionality.
WordPress database error: [Table 'yf99682.wp_s6mz6tyggq_comments' doesn't exist]SELECT SQL_CALC_FOUND_ROWS wp_s6mz6tyggq_comments.comment_ID FROM wp_s6mz6tyggq_comments WHERE ( comment_approved = '1' ) AND comment_post_ID = 3427 ORDER BY wp_s6mz6tyggq_comments.comment_date_gmt ASC, wp_s6mz6tyggq_comments.comment_ID ASC