Feb 4, 2013 #1 ACS2013 Programmer Joined Feb 4, 2013 Messages 4 Location HK I am working on a project to have forms with scrollable containers to hold controls. Any idea?
Feb 4, 2013 #2 Mike Gagnon Programmer Joined Apr 6, 2002 Messages 8,067 Location CA http://www.sweetpotatosoftware.com/spsblog/2005/08/27/VisualFoxProScrollbarClasses.aspx Mike Gagnon If you want to get the best response to a question, please check out FAQ184-2483 first. ReFox XI (www.mcrgsoftware.com) Upvote 0 Downvote
http://www.sweetpotatosoftware.com/spsblog/2005/08/27/VisualFoxProScrollbarClasses.aspx Mike Gagnon If you want to get the best response to a question, please check out FAQ184-2483 first. ReFox XI (www.mcrgsoftware.com)
Feb 4, 2013 #3 Mike Lewis Programmer Joined Jan 10, 2003 Messages 17,516 Location Scotland This is not supported natively, but it is possible to do it. For some example code, see: Create a scrolling region within a form Note that there are several limitations to this method. These are mentioned in the article. Mike __________________________________ Mike Lewis (Edinburgh, Scotland) Visual FoxPro articles, tips, training, consultancy Upvote 0 Downvote
This is not supported natively, but it is possible to do it. For some example code, see: Create a scrolling region within a form Note that there are several limitations to this method. These are mentioned in the article. Mike __________________________________ Mike Lewis (Edinburgh, Scotland) Visual FoxPro articles, tips, training, consultancy
Feb 4, 2013 #4 TamarGranor Programmer Joined Jan 26, 2005 Messages 2,488 Location US https://vfpx.codeplex.com/wikipage?title=ctl32_scontainer&referringTitle=Home Tamar Upvote 0 Downvote