Power Apps is a suite of apps, services, connectors, and data platforms that provides a rapid application development environment to build custom apps for your business needs. For more details please click here.
The slider control is the user can specify a value by dragging a handle. The user can indicate a value, between a minimum and a maximum value that you specify, by dragging the handle of a slider left-right or up-down, depending on the direction that you choose.
In this article, you can learn how to use Slider control in Microsoft Power Apps.
Step 1
Open the URL https://powerapps.microsoft.com/en-us/ in the browser for Power apps,
Create an account with your Organisation Mail ID and login it, after login your Power Apps account,
Step 2
First, Click Create (+ ) and select the Canvas app from blank.
Next, give the App name as PASliderand Format as Phone, and then click on Create.
Now, in the Power Apps studio environment, select the Create a form option,
Step 3
To test the Slider control, rename the Screen name as ScrSlider and rename the Form name as FrmSlider,
Add the following controls in the Form window for Slider Control feature view,
Insert the Label Control and set the Name property as LblName and Text Property as Slider Control in Power Apps.
Insert the Slider Control and set the Name property as SlideLevel and set the Default value is 0,
Next, we can Insert the Label Control and set the Name property as LblSliLeveland Text Property as SlideLevel.Value to display the slider level.
Step 4
Now we can see the preview of your App in Power Apps Studio, and the output of the PASlider is,
After dragging the Slider,
Summary
Now you are successfully tested SliderControl - PASlider in the Power Apps Studio environment.