Silverlight 4 is crashing on me. The Just-In-Time Debugger says: An unhandled exception (\'Unhandled Error in Silverlight Application\')
I\'m converting an app from ASP.NET WebForms to WinForms. There is one asp.net page which contains a ListView/Repeater that contains several custom controls, which in turn contain a ListView with othe
I have been asked to build an app that lets the user scroll massive amounts of text. The text will be several thousand of pages long. (Each开发者_StackOverflow中文版 page has and ID so we\'ll have a n
I have read that placing a canvas inside a scrollviewer won\'t work because the canvas does not report its size.I have been experimenting with different containers (borders, grids, canvases and scroll
Check my link below. I have my footer stick to the bottom of the screen if you have a large screen, but now if you are on a smaller screen, there is a scroll bar that appears before the footer. Why is
I have a C# application wherein there are two multiline textboxes side-by-side, each in one side of a split-container.I would like to synchronize their vertical scroll, so that when the user scrolls u
This question already has answers here: Closed 10 years ago. Possible Duplicate: HTML table with fixed headers?
I have a movieclip with the instance name \'core\'. Core contains 500 frames, and from the开发者_StackOverflow社区 root timeline I want to be able to click on a movieclip I have with the instance \'sc
I have a basic question... When y开发者_运维知识库ou have a html page with a scrollbar, the size of the body element remains equal to the window size, not to the effective width of the page inside the
I have a datagrid and a PagedCollectionView with more than 1000 objects and a pagesize of 100. How can I add the PagedCollectionView to the datagrid such that when its scroll bar开发者_StackOverflow r