WPF Grid Row and Column SizingThe default height and width for Grid rows and columns is *. What does * mean? When a […] March 27, 2020 in WPF tagged grid / auto / size / row / sizing / * / column by Mike
WPF Grid SplitterIn your WPF projects you can add a grid with a grid splitter. What is a grid splitter? […] March 26, 2020 in WPF tagged grid / splitter by Mike
WPF Button StylesYou can style all of your buttons in your WPF project with code only in one place, instead […] March 24, 2020 in WPF tagged style / app / styles / setter / property / button / resource by Mike
WPF Two Grid Columns the Same SizeYou can force two columns, or rows, in a WPF Grid Panel to be the same size. How […] March 24, 2020 in WPF tagged grid / SharedSizeGroup / IsSharedSizeScope / SharedSizeScope / shared / size / group / same / width by Mike
WPF Nesting GridsIn this WPF example, I will show how to put two grids inside a “parent” grid. The code […] March 24, 2020 in WPF tagged WPF / grid / panel / grids / nesting / inside / stackpanel by Mike
WPF DockPanelThe very useful DockPanel allows you to easily dock elements over to sit against the entire side of […] March 22, 2020 in WPF tagged dock / dockpanel / WPF / panel by Mike
WPF Grid PanelWPF provides five main built-in layout panels. Here is the list in order of complexity and general usefulness. […] March 21, 2020 in WPF tagged WPF / columns / grid / panel / rows by Mike
PIP Package Manager for PythonPIP is a package manager for Python packages, or “modules”. If you have Python version 3.4 or later, […] March 5, 2020 in Python tagged python / language by Mike
Top Programming LanguagesWhat programming language would be the best one to learn? Actually, there is no right answer. Programming languages […] March 4, 2020 in Programming tagged programming / computer / languages by Mike
Path to a Software EngineerIf you are an absolute beginner and have not yet even written a line of code yet, and […] March 4, 2020 in Programming tagged software / computer / career / engineer by Mike
Resources for Learning PythonYouTube has several good resources for learning Python. There are also several books on Python. At this website […] March 2, 2020 in Python tagged learn / language / tutorial / python / study / Python by Mike
Python ImplementationsWhat is a Python implementation? First of all, when we talk about Python we are talking about two […] February 29, 2020 in Python tagged implementation / Python by Mike