Tagged Questions
0
votes
1answer
83 views
Support for lower resolutions with ScrollViewer
I have a Silverlight application that is designed for a certain minimum resolution with layout growing gracefully if more space is available. What I want to do now is easily add some crude support for ...
1
vote
1answer
163 views
Holding an item steady against scrolling in scroll viewer in windows store app
I want to hold a section label stable at the top of a ScrollViewer in a windows store app, while that section has not scrolled off. For example, the windows weather app does this with the section ...
2
votes
3answers
309 views
ListBox knows it is in some distant ScrollViewer?
The code below is the complete representation of the problem. Essentially, when I have a ListBox inside a ScrollViewer the ListBox won't show its own scrollbar. Rather, it relies on the scrollbar of ...
0
votes
1answer
963 views
What do I do if I have a ViewFlipper and ScrollView only wraps one child?
I really only need my scrollview wrapped around 1 of the 3 linear layouts I have in my view flipper, but I try to wrap it around my 3rd child and it gives me the error that ScrollView can only host ...
0
votes
2answers
278 views
Implementing the ability to scroll (when needed) to phones that might be too small
I have tested my app in a debugger for many different sizes, and realized I will probably need a scrollView to allow the user to view the full layout.
The issue, is I use a flipper in my main.xml ...
0
votes
1answer
712 views
Is it possible to add a button to a scroll view?
I have a simple scrollview in a layout that displays an About Box in a dialg format. So it just pops up on the phone screen in a dialog. The only way for the user to close the box is to click the ...
2
votes
2answers
3k views
WPF: ListView inside of Scrollviewer; Layout question
i do have a question about layouting with a listview inside of a scrollviewer. Once a listview is inside a scrollviewer it does use it's maximum size and doesn't scroll itself cause the scrollviewer ...
1
vote
2answers
328 views
WPF Scroll View Delema
I've created a UserControl that contains a ScrollViewer panel that contains a data bounds ItemsControl. When I add this UserControl into a Grid's cell in the parent Window, the ScrollViewer expands ...
1
vote
1answer
5k views
XAML ScrollViewer scroll bar hidden issue (Silverlight)
I’ve got this strange problem whereby the content within a scroll viewer increases in size, the scroll viewer then shows is horizontal scroll bar. However the grid the ScrollViewer is ultimately ...