Category: Controls

Oct 08, 2024

Controls - How to workaround the bug when setting Radio Button fill color dynamically

There appears to be a bug when dynamically setting the fill colour of a Radio Button. Here's a description and workaround for this issue.

Controls
Feb 05, 2024

Controls - How to build a control to enter measurements in inches with fractional units

If you need to build data entry screens that permit the entry of fractional units, this post walks through how to carry out this task with the help of a slider control.

Controls
Aug 01, 2023

Controls - How to build a component for users to enter numbers with a set of connected slider and text input controls

This post describes how to build a component that allows users to enter numbers with a connected set of slider and text input controls. It also describes how to incorporate the component into a screen with an existing edit form.

Controls
Apr 03, 2023

Controls - How to use the Tab List control - Examples

Do you want to use the new Power Apps Tab List control but don't know how? If so, this post provides some practical examples of how to use this new control.

Controls
Feb 09, 2023

Controls - How to set height of nested galleries dynmically

When working with sets of nested galleries, it may be necessary to specify a variable height for each instance of a child gallery in order to avoid empty white space or scrollbars. This post provides an example of how to carry out this task.

Controls
Dec 07, 2022

Barcodes - How to scan barcodes - a summary of the 3 available barcode scanning controls

Power Apps provides 3 different controls for scanning barcodes. How do these controls differ and what are the circumstances in which we would use each control? Read this post to find out more.

Controls
Oct 06, 2022

Controls - How to create multi-line tooltips or multi-line text input control hint text

If you're stuck on how to insert line breaks in tooltips and hint-text for text input controls, here's a quick guide on how to accomplish this.

Controls
May 03, 2022

Controls - How to add a clickable image / image button

A simple and common requirement is to add a clickable image. This post describes how to carry out this task including how to display the hand-icon when the user hovers over the image.

Controls
Jun 25, 2021

Controls - Restrict text input control to whole numbers only

With text input controls, there's no native way to restrict data entry to whole numbers only. This post describes a technique that we can use to limit input values to integers or whole numbers only.

Controls
Jun 13, 2021

Controls - How to submit a form (or to run formula) when a user presses enter/return on the keyboard

There is often the requirement to submit a form or to carry out an action when a user clicks the enter or return key on the keyboard. This post describes a technqiue we can use to carry out this task.

Controls
May 12, 2021

Controls - How to create rounded labels - workaround

There's no built-in way to round the corners of a label, however, we can workaround this problem by using a text input control instead. This post describes this technique in more detail.

Controls
Apr 16, 2021

Controls - How to enter and display Office/Microsoft 365 email addresses with a combo box

When building data entry screens, a common requirement is to simplify the entry of email addresses by providing a combo box that displays all the email addresses that are available throughout the Microsoft/Office 365 tenant. This post describes the formula to build and configure this type of combo box.

Controls Email Combobox
Apr 15, 2021

Gallery control - How to set no selected item in a gallery

There are cases where we want to clear all selected items in a gallery control, or to configure a gallery control so that no items are selected on load.This post describes how to configure a gallery control to behave in this manner.

Controls Gallery
Mar 12, 2021

Model Driven App - How to apply an input mask to a text input field

Unlike canvas apps, a feature of model driven apps is the inclusion of a masked input control. It may not be obvious how to apply this feature so in this post, we'll walk through the steps.

Controls Model Driven
Mar 06, 2021

Controls - How to reset or clear data entry controls, and form values

When building data entry screens, a common requirement is to add a button that clears, or resets data entry controls back to their default value. This post describes the technqiues that we can use to carry out this task.

Controls