This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#requires -version 5.0 | |
# This is a fork off Jeff Hicks work: https://gist.github.com/jdhitsolutions/bfedf261bea20cb5c7a91f54869f31cc | |
# Added switch for PassThrough | |
# ToDo: Add option to use last position for Top and Left properties of the form or provide that as an option | |
# ToDo: Add statusbar for timer countdown and other information | |
Function Out-WPFGrid { | |
<# |