1
votes

Im building a small powerapps app but has some issues finding a couple of styling properties.

  1. Hint text color: where is this property located. I can easily change entered text color but the hinttext seems to be harder to find. Anyone that knows where this is located?

  2. Browsegallery individual item styling: Im trying to acheive the feeling of cards for the browsegallery items / list. And to remove the default border / outline of each data item. But all styling applied after selecting an item (like border and fill) is applied to the whole control, not each item. For example, if applying fill to black on an item, the whole gallery gets a black fill.

Probably just a matter of locating the right parameter, perhaps someone could give me a hint as where to edit these?

1

1 Answers

0
votes

Hint text color: There is HintText color property in powerapps and

Browsegallery individual item styling: select List Item and goto Fill and write the code If(ThisItem.IsSelected,Blue,AntiqueWhite)