PanelBar Heightt

1 Answer 132 Views
PanelBar
Paul
Top achievements
Rank 2
Paul asked on 03 Feb 2022, 08:56 PM
Is it possible to set the height of the TelerikPanelBar in UI for Blazor?  Specifically, I would like to have the "Header" items always visible and the "Content" items scroll if needed.  Not seeing a way to do this.

1 Answer, 1 is accepted

Sort by
0
Matthias
Top achievements
Rank 5
Bronze
Bronze
Iron
answered on 04 Feb 2022, 05:57 PM

Hi Paul,
I'm not quite sure if this is what you mean - test it out. You might have to adjust it a bit. But maybe there is a good "starting point"


.k-content {
	height: 100px;
}

.k-state-selected {
	height: 80px;
}

.k-panelbar-content {
	overflow: auto;
}
.k-link {
	height: 80px;
}
regards Matthias

Paul
Top achievements
Rank 2
commented on 07 Feb 2022, 05:55 PM

Matthias,

 

Thanks.  That got me going in the right direction.  Couple tweaks and it should look like I want.

Tags
PanelBar
Asked by
Paul
Top achievements
Rank 2
Answers by
Matthias
Top achievements
Rank 5
Bronze
Bronze
Iron
Share this question
or